Changeset 9435 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 24, 2006, 4:45:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9432 r9435 27 27 inline bool isClient() const { return this->nodeType == NET_CLIENT; } 28 28 29 inline const ConnectionMonitor * const getConnectionMonitor() const { return this->connectionMonitor; };30 31 32 29 std::string getNodeTypeString(); 33 30
Note: See TracChangeset
for help on using the changeset viewer.