Changeset 5852 for code/branches/core5/src
- Timestamp:
- Oct 1, 2009, 4:56:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/network/packet/ClassID.cc
r5778 r5852 63 63 classname = id->getName(); 64 64 network_id = id->getNetworkID(); 65 if(network_id==0)66 COUT(3) << "we got a null class id: " << id->getName() << std::endl;67 65 // now push the network id and the classname to the stack 68 66 tempQueue.push( std::pair<unsigned int, std::string>(network_id, classname) );
Note: See TracChangeset
for help on using the changeset viewer.