Changeset 4320 in orxonox.OLD for orxonox/trunk/src/util/track
- Timestamp:
- May 27, 2005, 1:13:42 AM (20 years ago)
- Location:
- orxonox/trunk/src/util/track
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.cc
r4318 r4320 370 370 TrackManager::TrackManager(void) 371 371 { 372 this->setClassID(CL_TRACK_MANAGER); 373 372 this->setClassID(CL_TRACK_MANAGER, "TrackManager"); 374 373 375 374 TrackManager::singletonRef = this; // do this because otherwise the TrackNode cannot get The instance of the TrackManager -
orxonox/trunk/src/util/track/track_node.cc
r4318 r4320 32 32 TrackNode::TrackNode () 33 33 { 34 this->setClassID(CL_TRACK_NODE );34 this->setClassID(CL_TRACK_NODE, "TrackNode"); 35 35 this->setName("TrackNode"); /* absolete but still used... */ 36 36
Note: See TracChangeset
for help on using the changeset viewer.