Changeset 9452 in orxonox.OLD for branches/proxy/src/lib/network/shared_network_data.h
- Timestamp:
- Jul 25, 2006, 10:52:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/shared_network_data.h
r9406 r9452 35 35 inline bool isMasterServer() { return this->nodeType == NET_MASTER_SERVER; } 36 36 /** @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; } 38 38 /** @returns true is this node is a client*/ 39 39 inline bool isClient() { return this->nodeType == NET_CLIENT; }
Note: See TracChangeset
for help on using the changeset viewer.