Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9806 in orxonox.OLD for branches/new_class_id/src/lib/lang


Ignore:
Timestamp:
Sep 24, 2006, 10:30:13 PM (18 years ago)
Author:
bensch
Message:

try with the shader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/lang/base_object.cc

    r9805 r9806  
    3232  this->objectName = objectName;
    3333  this->xmlElem = NULL;
    34 
    35   //ClassList::addToClassList(this, this->classID, "BaseObject");
    3634}
    3735
     
    4543  for (it = this->_classes.begin(); it != this->_classes.end(); ++it)
    4644  {
    47     PRINTF(5)("DELETING OBJECT %s::%s FROM %s\n", this->getClassCName(), getCName(), (*it)._objectList->name().c_str());
    4845    (*it)._objectList->unregisterObject((*it)._iterator);
    4946    delete (*it)._iterator;
     
    148145void BaseObject::listInheritance() const
    149146{
    150   PRINT(0)("Listing inheritance diagram for ....: ");
     147  PRINT(0)("Listing inheritance diagram for %s::%s: ", getClassCName(), getCName());
    151148  ClassList::const_iterator it;
    152149  for (it = this->_classes.begin(); it != this->_classes.end(); ++it)
Note: See TracChangeset for help on using the changeset viewer.