Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9899 in orxonox.OLD


Ignore:
Timestamp:
Oct 21, 2006, 10:08:36 PM (17 years ago)
Author:
bensch
Message:

orxonox/trunk: shell works again.

Location:
trunk/src/lib/shell
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.cc

    r9878 r9899  
    3939  ShellCommand::ShellCommand(const std::string& commandName, const std::string& className, Executor<const SubString>* executor)
    4040  {
    41     //    this->registerObject(this, ShellCommand::_objectList);
     41    this->registerObject(this, ShellCommand::_objectList);
    4242    PRINTF(4)("create shellcommand '%s' for class '%s'\n", commandName.c_str(), className.c_str());
    4343    this->setName(commandName);
  • trunk/src/lib/shell/shell_command_class.cc

    r9878 r9899  
    3838      : _className(className)
    3939  {
    40     //    this->registerObject(this, ShellCommandClass::_objectList);
     40    this->registerObject(this, ShellCommandClass::_objectList);
    4141    this->setName(className);
    4242
Note: See TracChangeset for help on using the changeset viewer.