Changeset 6145 in orxonox.OLD for trunk/src/lib/network
- Timestamp:
- Dec 16, 2005, 11:46:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/synchronizeable.cc
r6139 r6145 32 32 hostID = NetworkManager::getInstance()->getHostID(); 33 33 uniqueID = -1; 34 this->networkStream = NULL; 34 35 //state = ?; 35 36 … … 42 43 { 43 44 this->setName(name); 45 this->networkStream = NULL; 44 46 } 45 47
Note: See TracChangeset
for help on using the changeset viewer.