Changeset 9303 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.h
- Timestamp:
- Jul 17, 2006, 10:29:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.h
r9290 r9303 23 23 24 24 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; } 26 26 inline bool isClient() { return this->nodeType == NET_CLIENT; } 27 27
Note: See TracChangeset
for help on using the changeset viewer.