Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 17, 2005, 1:45:40 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: only retrieve Classes, that actually have a Command associated with them

File:
1 edited

Legend:

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

    r5174 r5188  
    3535ShellCommandClass::ShellCommandClass(const char* className)
    3636{
     37  this->setClassID(CL_SHELL_COMMAND_CLASS, "ShellCommandClass");
     38  this->setName(className);
     39
    3740  this->className = className;
    3841  this->classID = CL_NULL;
Note: See TracChangeset for help on using the changeset viewer.