Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4320 in orxonox.OLD for orxonox/trunk/src/util/object_manager.cc


Ignore:
Timestamp:
May 27, 2005, 1:13:42 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now string name of a class works parallel to the int id representation and is only used for documentation purposes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/object_manager.cc

    r4318 r4320  
    2929ObjectManager::ObjectManager ()
    3030{
    31   this->setClassID(CL_OBJECT_MANAGER);
     31  this->setClassID(CL_OBJECT_MANAGER, "ObjectManager");
    3232 
    3333  this->managedObjectList = new tList<BaseObject>*[CL_NUMBER];
Note: See TracChangeset for help on using the changeset viewer.