Changeset 9303 in orxonox.OLD for branches/proxy/src/lib/network/peer_info.cc
- Timestamp:
- Jul 17, 2006, 10:29:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/peer_info.cc
r9286 r9303 58 58 case NET_CLIENT: 59 59 return std::string("client"); 60 case NET_PROXY_SERVER :60 case NET_PROXY_SERVER_ACTIVE: 61 61 return std::string("proxy server"); 62 62 case NET_MASTER_SERVER:
Note: See TracChangeset
for help on using the changeset viewer.