Changeset 9654 in orxonox.OLD for branches/proxy/src/lib/network/network_stream.cc
- Timestamp:
- Aug 1, 2006, 1:05:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9653 r9654 859 859 this->peers[serverUserId].socket = newSocket; 860 860 861 this->bSoftRedirect = false; 861 862 return; 862 863 … … 873 874 this->networkMonitor->removeNode(&this->peers[serverUserId]); 874 875 875 this->bSoftRedirect = false; 876 } 876 } 877 878 879 880 /** 881 * prepares a soft connection for a client to connect to 882 * @param userId that will connect to this server 883 */ 884 void NetworkStream::prepareSoftConnection(int userId) 885 { 886 PRINTF(0)("prepare soft connection for userId %i\n"); 887 } 888 877 889 878 890
Note: See TracChangeset
for help on using the changeset viewer.