Changeset 9757 in orxonox.OLD for branches/new_class_id/src/lib/coord
- Timestamp:
- Sep 18, 2006, 10:06:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/coord/p_node.cc
r9755 r9757 78 78 PNode::~PNode () 79 79 { 80 PRINTF( 0)("delete %s::%s\n", this->getClassCName(), this->getCName());80 PRINTF(4)("delete %s::%s\n", this->getClassCName(), this->getCName()); 81 81 this->debugNode(0); 82 82 // remove the Node, delete it's children (if required).
Note: See TracChangeset
for help on using the changeset viewer.