Changeset 7403 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 27, 2006, 5:49:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7401 r7403 72 72 73 73 static ShellCommand* registerCommand(const std::string& commandName, const std::string& className, const Executor& executor); 74 75 74 static void unregisterCommand(const std::string& commandName, const std::string& className); 75 static bool exists(const std::string& commandName, const std::string& className); 76 76 77 77 static void debug(); … … 81 81 virtual ~ShellCommand(); 82 82 83 static bool isRegistered(const std::string& commandName, const std::string& className);84 83 static const std::string& paramToString(long parameter); 85 84
Note: See TracChangeset
for help on using the changeset viewer.