Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 17, 2006, 10:29:13 AM (19 years ago)
Author:
patrick
Message:

framework integration

File:
1 edited

Legend:

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

    r9290 r9303  
    2323
    2424    inline bool isMasterServer() { return this->nodeType == NET_MASTER_SERVER; }
    25     inline bool isProxyServer() { return this->nodeType == NET_PROXY_SERVER; }
     25    inline bool isProxyServer() { return this->nodeType == NET_PROXY_SERVER_ACTIVE; }
    2626    inline bool isClient() { return this->nodeType == NET_CLIENT; }
    2727
Note: See TracChangeset for help on using the changeset viewer.