Changeset 4596 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Jun 10, 2005, 11:41:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/lang/base_object.cc
r4595 r4596 137 137 { 138 138 PRINT(0)("object %s of class %s: ", this->getName(), this->getClassName()); 139 if ((this->classID & CL_MASK_SINGLETON) == CL_MASK_SINGLETON) 140 PRINT(0)("is a Singleton-Class "); 139 141 if (this->classID & CL_MASK_SUPER_CLASS) 140 142 { 141 PRINT(0)(" is a derived from the following superclasses:");143 PRINT(0)(" ->is a derived from the following superclasses:"); 142 144 if (this->isA(CL_BASE_OBJECT)) 143 145 PRINT(0)(" =BaseObject=");
Note: See TracChangeset
for help on using the changeset viewer.