Changeset 9452 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h
- Timestamp:
- Jul 25, 2006, 10:52:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9445 r9452 23 23 24 24 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 isProxyServer Passive() 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; } 27 27 inline bool isClient() const { return this->nodeType == NET_CLIENT; } 28 28
Note: See TracChangeset
for help on using the changeset viewer.