Changeset 4933 in orxonox.OLD for orxonox/trunk/src/lib/lang
- Timestamp:
- Jul 22, 2005, 6:20:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/lang/base_object.h
r4836 r4933 33 33 inline const char* getClassName() const { return this->className; }; 34 34 /** @returns the classID of the corresponding Object */ 35 inline int getClassID() const { return this->classID; } 35 inline int getClassID() const { return this->classID; }; 36 36 37 37 bool isA (long classID) const; … … 39 39 40 40 /** @returns if the object is finalized */ 41 inline bool isFinalized() { return this->finalized; } 41 inline bool isFinalized() { return this->finalized; }; 42 42 43 43
Note: See TracChangeset
for help on using the changeset viewer.