Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: exist get functions

File:
1 edited

Legend:

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

    r7407 r7408  
    7272    static ShellCommand* registerCommand(const std::string& commandName, const std::string& className, const Executor& executor);
    7373    static void unregisterCommand(const std::string& commandName, const std::string& className);
     74    static const ShellCommand* const getCommand(const std::string& commandName, const std::string& className);
    7475    static bool exists(const std::string& commandName, const std::string& className);
    7576
Note: See TracChangeset for help on using the changeset viewer.