Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9452 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h


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/peer_info.h

    r9445 r9452  
    2323
    2424    inline bool isMasterServer() const { return this->nodeType == NET_MASTER_SERVER; }
    25     inline bool isProxyServer() const { return this->nodeType == NET_PROXY_SERVER_ACTIVE; }
    26     inline bool isProxyServerPassive() const { return this->nodeType == NET_PROXY_SERVER_PASSIVE; }
     25    inline bool isProxyServerActive() const { return this->nodeType == NET_PROXY_SERVER_ACTIVE; }
     26    inline bool isProxyServerActivePassive() const { return this->nodeType == NET_PROXY_SERVER_PASSIVE; }
    2727    inline bool isClient() const { return this->nodeType == NET_CLIENT; }
    2828
Note: See TracChangeset for help on using the changeset viewer.