Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9584 in orxonox.OLD for branches/proxy/src/lib/network/monitor


Ignore:
Timestamp:
Jul 28, 2006, 10:22:09 PM (18 years ago)
Author:
patrick
Message:

proxy control center now registers joining clients to the network monitor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_monitor.h

    r9583 r9584  
    7676
    7777    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); }
    7979
    8080    void toggleGUI();
Note: See TracChangeset for help on using the changeset viewer.