Changeset 9899 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.cc
- Timestamp:
- Oct 21, 2006, 10:08:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.cc
r9878 r9899 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.