Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 10:52:37 AM (19 years ago)
Author:
patrick
Message:

switched another interface funciton

File:
1 edited

Legend:

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

    r9406 r9452  
    3535    inline bool isMasterServer() { return this->nodeType == NET_MASTER_SERVER; }
    3636    /** @returns true is this node is a proxy server */
    37     inline bool isProxyServer() { return this->nodeType == NET_PROXY_SERVER_ACTIVE; }
     37    inline bool isProxyServerActive() { return this->nodeType == NET_PROXY_SERVER_ACTIVE; }
    3838    /** @returns true is this node is a client*/
    3939    inline bool isClient() { return this->nodeType == NET_CLIENT; }
Note: See TracChangeset for help on using the changeset viewer.