Changeset 9899 in orxonox.OLD for trunk/src/lib/shell/shell_command.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.cc
r9878 r9899 39 39 ShellCommand::ShellCommand(const std::string& commandName, const std::string& className, Executor<const SubString>* executor) 40 40 { 41 //this->registerObject(this, ShellCommand::_objectList);41 this->registerObject(this, ShellCommand::_objectList); 42 42 PRINTF(4)("create shellcommand '%s' for class '%s'\n", commandName.c_str(), className.c_str()); 43 43 this->setName(commandName);
Note: See TracChangeset
for help on using the changeset viewer.