Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/util/track
- Timestamp:
- May 27, 2005, 7:14:55 PM (20 years ago)
- Location:
- orxonox/branches/physics/src/util/track
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/util/track/track_manager.cc
r4283 r4332 370 370 TrackManager::TrackManager(void) 371 371 { 372 this->setClass Name("TrackManager");372 this->setClassID(CL_TRACK_MANAGER, "TrackManager"); 373 373 374 374 TrackManager::singletonRef = this; // do this because otherwise the TrackNode cannot get The instance of the TrackManager -
orxonox/branches/physics/src/util/track/track_node.cc
r4283 r4332 32 32 TrackNode::TrackNode () 33 33 { 34 this->setClass Name("TrackNode");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.