Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/track/track_manager.cc

    r4318 r4320  
    370370TrackManager::TrackManager(void)
    371371{
    372   this->setClassID(CL_TRACK_MANAGER);
    373  
     372  this->setClassID(CL_TRACK_MANAGER, "TrackManager");
    374373 
    375374  TrackManager::singletonRef = this; // do this because otherwise the TrackNode cannot get The instance of the TrackManager
Note: See TracChangeset for help on using the changeset viewer.