Changeset 9571 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Jul 28, 2006, 3:34:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9570 r9571 470 470 PRINTF(0)("Client is gone: %d (%s)\n", it->second.userId, reason.c_str()); 471 471 472 472 473 this->handleDisconnect( it->second.userId); 474 473 475 if( SharedNetworkData::getInstance()->isProxyServerActive()) 474 476 ProxyControl::getInstance()->signalLeaveClient(it->second.userId);
Note: See TracChangeset
for help on using the changeset viewer.