Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 18, 2006, 10:06:19 PM (18 years ago)
Author:
bensch
Message:

new_class_id: hups… this was bad naming… confusing too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/coord/p_node.cc

    r9755 r9757  
    7878PNode::~PNode ()
    7979{
    80   PRINTF(0)("delete %s::%s\n", this->getClassCName(), this->getCName());
     80  PRINTF(4)("delete %s::%s\n", this->getClassCName(), this->getCName());
    8181  this->debugNode(0);
    8282  // remove the Node, delete it's children (if required).
Note: See TracChangeset for help on using the changeset viewer.