Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2006, 10:06:17 AM (18 years ago)
Author:
bensch
Message:

minor cleanup

File:
1 edited

Legend:

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

    r9639 r9641  
    4343
    4444    /** @returns the master server list */
    45     inline std::list<NetworkNode*> getMasterServer() const { return this->masterServerList; }
     45    inline std::list<NetworkNode*> getMasterServers() const { return this->masterServerList; }
    4646    /** @returns the active proxy server list */
    47     inline std::list<NetworkNode*> getActiveProxyServer() const { return this->activeProxyServerList; }
     47    inline std::list<NetworkNode*> getActiveProxyServers() const { return this->activeProxyServerList; }
    4848    /** @returns the passive proxy server list */
    49     inline std::list<NetworkNode*> getPassiveProxyServer() const { return this->passiveProxyServerList; }
     49    inline std::list<NetworkNode*> getPassiveProxyServers() const { return this->passiveProxyServerList; }
    5050    /** @returns the client list */
    51     inline std::list<NetworkNode*> getClient() const { return this->clientList; }
     51    inline std::list<NetworkNode*> getClients() const { return this->clientList; }
    5252
    5353    PeerInfo* getPeerByUserId( int userId);
Note: See TracChangeset for help on using the changeset viewer.