Changeset 4746 in orxonox.OLD for orxonox/trunk/src/lib/lang/base_object.cc
- Timestamp:
- Jul 1, 2005, 12:48:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/lang/base_object.cc
r4744 r4746 114 114 * @brief displays everything this class is 115 115 */ 116 void BaseObject::whatIs( void) const116 void BaseObject::whatIs() const 117 117 { 118 118 PRINT(0)("object %s of class %s: ", this->getName(), this->getClassName());
Note: See TracChangeset
for help on using the changeset viewer.