Changeset 9286 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h
- Timestamp:
- Jul 14, 2006, 10:59:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9282 r9286 11 11 #include "monitor/connection_monitor.h" 12 12 13 #include <string> 13 14 14 15 //!< this structure contains informations about the network node … … 25 26 inline bool isClient() { return this->nodeType == NET_CLIENT; } 26 27 28 std::string getNodeTypeString(); 29 27 30 28 31 public: 29 32 int userId; 30 33 int nodeType; 31 // bool isMasterServer;32 // bool isProxyServer;33 // bool isClient;34 34 NetworkSocket * socket; 35 35 Handshake * handshake;
Note: See TracChangeset
for help on using the changeset viewer.