Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9544 in orxonox.OLD


Ignore:
Timestamp:
Jul 28, 2006, 11:02:37 AM (18 years ago)
Author:
patrick
Message:

more tracing work, trying this

File:
1 edited

Legend:

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

    r9541 r9544  
    404404            userId = it->first + 1;
    405405
     406        // make sure that this server only uses an address space of 1000
    406407        assert( userId < (SharedNetworkData::getInstance()->getHostID() + 1) * 1000);
    407408      }
     
    493494  peers[userId].connectionMonitor = new ConnectionMonitor( userId );
    494495  peers[userId].userId = userId;
     496  PRINTF(0)("Setting client userId to%i\n", userId);
    495497
    496498  PRINTF(0)("num sync: %d\n", synchronizeables.size());
     
    647649
    648650                // work with the ProxyControl to init the new client
    649                 ProxyControl::getInstance()->signalNewClient(it->second.userId);
     651                ProxyControl::getInstance()->signalNewClient( it->second.userId);
    650652
    651653
Note: See TracChangeset for help on using the changeset viewer.