Changeset 9805 in orxonox.OLD for branches/new_class_id/src/lib/lang
- Timestamp:
- Sep 24, 2006, 3:21:12 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/lang/base_object.cc
r9730 r9805 45 45 for (it = this->_classes.begin(); it != this->_classes.end(); ++it) 46 46 { 47 PRINTF(5)("DELETING OBJECT %s::%s FROM %s\n", this->getClassCName(), getCName(), (*it)._objectList->name().c_str()); 47 48 (*it)._objectList->unregisterObject((*it)._iterator); 48 49 delete (*it)._iterator; -
branches/new_class_id/src/lib/lang/object_list.cc
r9757 r9805 272 272 ++it) 273 273 { 274 printf(" + %s::%s \n", (*it)->getClassCName(), (*it)->getCName());274 printf(" + %s::%s (%p)\n", (*it)->getClassCName(), (*it)->getCName(), (*it)); 275 275 } 276 276 }
Note: See TracChangeset
for help on using the changeset viewer.