- Timestamp:
- Dec 29, 2010, 11:41:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network6/src/libraries/network/Connection.cc
r7824 r7825 43 43 const boost::posix_time::millisec NETWORK_COMMUNICATION_THREAD_WAIT_TIME(20); 44 44 45 Connection::Connection( ):46 host_(0), bCommunicationThreadRunning_(false), nextPeerID_( NETWORK_PEER_ID_SERVER+1)45 Connection::Connection(uint32_t firstPeerID): 46 host_(0), bCommunicationThreadRunning_(false), nextPeerID_(firstPeerID) 47 47 { 48 48 enet_initialize();
Note: See TracChangeset
for help on using the changeset viewer.