Changeset 9654 in orxonox.OLD for branches/proxy/src/lib/network/proxy/proxy_control.h
- Timestamp:
- Aug 1, 2006, 1:05:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/proxy/proxy_control.h
r9625 r9654 49 49 void forceReconnectionShell(int userId, int serverId); 50 50 void forceReconnection(int userId, int serverId); 51 void forceReconnection(int userId, IP newAddress);51 void forceReconnection(int userId, int serverId, IP newAddress); 52 52 void forceReconnection(int userId, const std::string& newAddress); 53 53 static bool messageHandlerCommand( MessageType messageType, byte * data, int dataLength, void * someData, int senderId, int destinationId );
Note: See TracChangeset
for help on using the changeset viewer.