Changeset 7408 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 27, 2006, 9:09:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7407 r7408 72 72 static ShellCommand* registerCommand(const std::string& commandName, const std::string& className, const Executor& executor); 73 73 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); 74 75 static bool exists(const std::string& commandName, const std::string& className); 75 76
Note: See TracChangeset
for help on using the changeset viewer.