Changeset 3651 in orxonox.OLD for orxonox/trunk/src/lib/lang
- Timestamp:
- Mar 24, 2005, 11:25:09 PM (20 years ago)
- Location:
- orxonox/trunk/src/lib/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/lang/base_object.cc
r3646 r3651 60 60 } 61 61 62 62 /* 63 63 bool BaseObject::isFinalized() 64 64 { 65 return this->finalized;65 66 66 } 67 67 */ 68 68 69 69 void BaseObject::finalize() -
orxonox/trunk/src/lib/lang/base_object.h
r3646 r3651 21 21 bool isA (char* className); 22 22 23 bool isFinalized();23 inline bool isFinalized() { return this->finalized; } 24 24 void finalize(); 25 25
Note: See TracChangeset
for help on using the changeset viewer.