Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7389 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.h


Ignore:
Timestamp:
Apr 26, 2006, 11:39:51 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new and improved ShellCommandAlias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command_class.h

    r7388 r7389  
    2727
    2828    static bool getCommandListOfClass(const std::string& className, std::list<std::string>& stringList);
    29     static bool getCommandListOfAlias(std::list<std::string>& aliasList);
    3029
    3130    static ShellCommandClass* getCommandClass(const std::string& className);
     
    4948    std::vector<ShellCommand*>             commandList;               //!< A list of Commands from this Class
    5049    static std::list<ShellCommandClass*>*  commandClassList;          //!< A list of Classes
    51     static std::list<ShellCommandAlias*>*  aliasList;                 //!< A list of Aliases to A Commands.
    5250  };
    5351
Note: See TracChangeset for help on using the changeset viewer.