Changeset 3544 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc
- Timestamp:
- Mar 14, 2005, 10:54:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/null_parent.cc
r3543 r3544 61 61 NullParent::~NullParent () 62 62 { 63 this->destroy();64 }65 66 /**67 \brief destroys all allocated memory68 */69 void NullParent::destroy(void)70 {71 63 //delete singletonRef; 72 64 singletonRef = NULL; 73 74 static_cast<PNode*>(this)->destroy();75 65 } 76 77 78 66 79 67 /**
Note: See TracChangeset
for help on using the changeset viewer.