Changeset 9282 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h
- Timestamp:
- Jul 14, 2006, 12:06:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9275 r9282 21 21 22 22 23 inline bool isMasterServer() { return this->nodeType == NET_MASTER_SERVER; } 24 inline bool isProxyServer() { return this->nodeType == NET_PROXY_SERVER; } 25 inline bool isClient() { return this->nodeType == NET_CLIENT; } 26 27 23 28 public: 24 29 int userId; 25 30 int nodeType; 26 bool isMasterServer;27 bool isProxyServer;28 bool isClient;31 // bool isMasterServer; 32 // bool isProxyServer; 33 // bool isClient; 29 34 NetworkSocket * socket; 30 35 Handshake * handshake;
Note: See TracChangeset
for help on using the changeset viewer.