Changeset 9445 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h
- Timestamp:
- Jul 25, 2006, 8:24:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9444 r9445 27 27 inline bool isClient() const { return this->nodeType == NET_CLIENT; } 28 28 29 const std::string& getNodeTypeString(); 29 const std::string& getNodeTypeString() const; 30 static const std::string& nodeTypeToString(unsigned int type); 30 31 31 32
Note: See TracChangeset
for help on using the changeset viewer.