Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 3:21:22 PM (19 years ago)
Author:
patrick
Message:

disconnecting client over the network via proxy control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9564 r9570  
    453453
    454454
     455
    455456  //check if connections are ok else remove them
    456457  for ( PeerList::iterator it = peers.begin(); it != peers.end(); )
     
    470471
    471472      this->handleDisconnect( it->second.userId);
     473      if( SharedNetworkData::getInstance()->isProxyServerActive())
     474        ProxyControl::getInstance()->signalLeaveClient(it->second.userId);
    472475
    473476      it++;
Note: See TracChangeset for help on using the changeset viewer.