Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 3:21:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: SoundSource completely added as a Resource

File:
1 edited

Legend:

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

    r9730 r9805  
    4545  for (it = this->_classes.begin(); it != this->_classes.end(); ++it)
    4646  {
     47    PRINTF(5)("DELETING OBJECT %s::%s FROM %s\n", this->getClassCName(), getCName(), (*it)._objectList->name().c_str());
    4748    (*it)._objectList->unregisterObject((*it)._iterator);
    4849    delete (*it)._iterator;
Note: See TracChangeset for help on using the changeset viewer.