Changeset 4873 in orxonox.OLD for orxonox/trunk/src/lib/lang
- Timestamp:
- Jul 15, 2005, 12:37:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/lang/class_list.cc
r4872 r4873 211 211 * @param classID the class that should be displayed (if CL_NULL (default) all classes will be displayed) 212 212 */ 213 213 void ClassList::debug(unsigned int debugLevel, long classID) 214 214 { 215 215 if (debugLevel > 3) … … 244 244 while (enumBO) 245 245 { 246 PRINT(0)("| (class %s): NAME(%s)->%p \n", enumBO->getClassName(), enumBO->getName(), enumBO);246 PRINT(0)("| (class %s): NAME(%s)->%p ", enumBO->getClassName(), enumBO->getName(), enumBO); 247 247 if (debugLevel == 3) 248 248 enumBO->whatIs(); 249 else 250 { 251 PRINT(0)("\n"); 252 } 249 253 enumBO = iterator->nextElement(); 250 254 }
Note: See TracChangeset
for help on using the changeset viewer.