Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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…

File:
1 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/**
Note: See TracChangeset for help on using the changeset viewer.