Changeset 9544 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 28, 2006, 11:02:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9541 r9544 404 404 userId = it->first + 1; 405 405 406 // make sure that this server only uses an address space of 1000 406 407 assert( userId < (SharedNetworkData::getInstance()->getHostID() + 1) * 1000); 407 408 } … … 493 494 peers[userId].connectionMonitor = new ConnectionMonitor( userId ); 494 495 peers[userId].userId = userId; 496 PRINTF(0)("Setting client userId to%i\n", userId); 495 497 496 498 PRINTF(0)("num sync: %d\n", synchronizeables.size()); … … 647 649 648 650 // work with the ProxyControl to init the new client 649 ProxyControl::getInstance()->signalNewClient( it->second.userId);651 ProxyControl::getInstance()->signalNewClient( it->second.userId); 650 652 651 653
Note: See TracChangeset
for help on using the changeset viewer.