Changeset 9584 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 28, 2006, 10:22:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_monitor.h
r9583 r9584 76 76 77 77 inline const std::list<NetworkNode*>& getNodeList() const { return this->nodeList; }; 78 inline PeerInfo* getPeerByUserId( int userId) { this->localNode->getPeerByUserId(userId); }78 inline PeerInfo* getPeerByUserId( int userId) { return this->localNode->getPeerByUserId(userId); } 79 79 80 80 void toggleGUI();
Note: See TracChangeset
for help on using the changeset viewer.