Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9603 in orxonox.OLD


Ignore:
Timestamp:
Jul 29, 2006, 10:55:17 AM (18 years ago)
Author:
patrick
Message:

tried again: shell. doesn't work:( don't know whats I did wrong…

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  
    3434
    3535
     36#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_NETWORK
     37
    3638ProxyControl* ProxyControl::singletonRef = NULL;
    3739
    3840
    39 SHELL_COMMAND(forceReconnect, ProxyControl, forceReconnectionShell);
     41// SHELL_COMMAND(forceReconnect, ProxyControl, forceReconnectionShell);
     42SHELL_COMMAND(bla, ProxyControl, forceReconnectionShellThumb);
     43
    4044
    4145/**
     
    229233}
    230234
     235
     236
     237/**
     238 * thumb command: staticly reconnect node 10 to node 0
     239 */
     240void ProxyControl::forceReconnectionShellThumb()
     241{
     242  this->forceReconnectionShell(10, 0);
     243}
    231244
    232245/**
  • branches/proxy/src/lib/network/proxy/proxy_control.h

    r9600 r9603  
    4343
    4444    /* proxy server network control */
     45    void forceReconnectionShellThumb();
    4546    void forceReconnectionShell(int userId, int serverId);
    4647    void forceReconnection(int userId, int serverId);
Note: See TracChangeset for help on using the changeset viewer.