Changeset 5619 in orxonox.OLD for branches/network/src/lib/lang
- Timestamp:
- Nov 16, 2005, 7:23:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/lang/class_list.cc
r5580 r5619 27 27 28 28 using namespace std; 29 /* 29 30 #ifndef NO_SHELL_COMMAND 30 31 SHELL_COMMAND_STATIC(debug, ClassList, ClassList::debugS) 31 32 ->describe("Shows all registered classes, if param1: is a valid ClassName only values of this class are shown. param2: how much output") 32 ->defaultValues(2, NULL, 1);*/ 33 ->defaultValues(2, NULL, 1); 34 #endif 33 35 34 36 /**
Note: See TracChangeset
for help on using the changeset viewer.