Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9452 in orxonox.OLD for branches/proxy/src/lib/network/monitor


Ignore:
Timestamp:
Jul 25, 2006, 10:52:37 AM (18 years ago)
Author:
patrick
Message:

switched another interface funciton

File:
1 edited

Legend:

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

    r9451 r9452  
    143143  if( pInfo->isClient())
    144144    this->localNode->addClient(pInfo);
    145   else if( pInfo->isProxyServer())
     145  else if( pInfo->isProxyServerActive())
    146146  {
    147147    this->localNode->addActiveProxyServer(pInfo);
     
    169169  if( pInfo->isClient())
    170170    node->addClient(pInfo);
    171   else if( pInfo->isProxyServer())
     171  else if( pInfo->isProxyServerActive())
    172172    node->addActiveProxyServer(pInfo);
    173173  else if( pInfo->isMasterServer())
Note: See TracChangeset for help on using the changeset viewer.