Changeset 7414 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 28, 2006, 1:12:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7413 r7414 76 76 static const ShellCommand* const getCommand(const std::string& commandName, const ShellCommandClass* cmdClass); 77 77 static bool exists(const std::string& commandName, const std::string& className); 78 static const ShellCommand* const getCommandFromInput(const std::string& inputLine); 78 static const ShellCommand* const getCommandFromInput(const std::string& inputLine, unsigned int& paramBegin); 79 static const ShellCommand* const getCommandFromInput(const SubString& strings, unsigned int& paramBegin); 79 80 80 81 const ShellCommandClass* const getCommandClass() const { return this->shellClass; };
Note: See TracChangeset
for help on using the changeset viewer.