Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 27, 2006, 9:09:55 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: exist get functions

File:
1 edited

Legend:

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

    r7403 r7408  
    2828    static bool getCommandListOfClass(const std::string& className, std::list<std::string>& stringList);
    2929
    30     static ShellCommandClass* getCommandClass(const std::string& className);
    3130    static void unregisterAllCommands();
    32     static const ShellCommandClass* exists(const std::string& className);
     31    static const ShellCommandClass* getCommandClass(const std::string& className);
     32    static bool exists(const std::string& className);
    3333
    3434    static void help (const std::string& className);
     
    3636  private:
    3737    ShellCommandClass(const std::string& className);
     38    static ShellCommandClass* acquireCommandClass(const std::string& className);
    3839    virtual ~ShellCommandClass();
    3940
Note: See TracChangeset for help on using the changeset viewer.