Changeset 3088 for code/trunk/src/network
- Timestamp:
- May 27, 2009, 4:09:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/synchronisable/Synchronisable.cc
r3084 r3088 144 144 if (!id) 145 145 { 146 for(int i = 0; i<1 00; i++)146 for(int i = 0; i<160; i++) 147 147 COUT(0) << "classid: " << i << " identifier: " << ClassByID(i) << endl; 148 148 COUT(0) << "Assertion failed: id" << std::endl; … … 251 251 this->classID = this->getIdentifier()->getNetworkID(); 252 252 253 assert(ClassByID(this->classID)); 253 254 assert(this->classID==this->getIdentifier()->getNetworkID()); 254 255 std::vector<SynchronisableVariableBase*>::iterator i;
Note: See TracChangeset
for help on using the changeset viewer.