Changeset 9449 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.h
- Timestamp:
- Jul 25, 2006, 10:15:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.h
r9433 r9449 41 41 void init(); 42 42 43 voidconnectToMasterServer(std::string host, int port);44 voidconnectToProxyServer(std::string host, int port);43 int connectToMasterServer(std::string host, int port); 44 int connectToProxyServer(std::string host, int port); 45 45 void createServer(int port); 46 46
Note: See TracChangeset
for help on using the changeset viewer.