Changeset 9878 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.cc
- Timestamp:
- Oct 3, 2006, 3:49:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.cc
r9869 r9878 38 38 : _className(className) 39 39 { 40 this->registerObject(this, ShellCommandClass::_objectList);40 // this->registerObject(this, ShellCommandClass::_objectList); 41 41 this->setName(className); 42 42
Note: See TracChangeset
for help on using the changeset viewer.