Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9878 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc


Ignore:
Timestamp:
Oct 3, 2006, 3:49:52 PM (18 years ago)
Author:
bensch
Message:

runs better on windows

File:
1 edited

Legend:

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

    r9869 r9878  
    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);
Note: See TracChangeset for help on using the changeset viewer.