Changeset 9603 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 29, 2006, 10:55:17 AM (18 years ago)
- Location:
- branches/proxy/src/lib/network/proxy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/proxy/proxy_control.cc
r9602 r9603 34 34 35 35 36 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_NETWORK 37 36 38 ProxyControl* ProxyControl::singletonRef = NULL; 37 39 38 40 39 SHELL_COMMAND(forceReconnect, ProxyControl, forceReconnectionShell); 41 // SHELL_COMMAND(forceReconnect, ProxyControl, forceReconnectionShell); 42 SHELL_COMMAND(bla, ProxyControl, forceReconnectionShellThumb); 43 40 44 41 45 /** … … 229 233 } 230 234 235 236 237 /** 238 * thumb command: staticly reconnect node 10 to node 0 239 */ 240 void ProxyControl::forceReconnectionShellThumb() 241 { 242 this->forceReconnectionShell(10, 0); 243 } 231 244 232 245 /** -
branches/proxy/src/lib/network/proxy/proxy_control.h
r9600 r9603 43 43 44 44 /* proxy server network control */ 45 void forceReconnectionShellThumb(); 45 46 void forceReconnectionShell(int userId, int serverId); 46 47 void forceReconnection(int userId, int serverId);
Note: See TracChangeset
for help on using the changeset viewer.