- Timestamp:
- Aug 28, 2010, 1:51:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h
r7235 r7236 59 59 { return (this->execCommand_ != 0); } 60 60 61 inline _ConsoleCommand* getConsoleCommand() const61 inline ConsoleCommand* getConsoleCommand() const 62 62 { return this->execCommand_; } 63 63 … … 84 84 85 85 static std::string dump(const ArgumentCompletionList& list); 86 static std::string dump(const _ConsoleCommand* command);86 static std::string dump(const ConsoleCommand* command); 87 87 88 88 static std::string getCommonBegin(const ArgumentCompletionList& list); 89 89 90 _ConsoleCommand* execCommand_;91 _ConsoleCommand* hintCommand_;90 ConsoleCommand* execCommand_; 91 ConsoleCommand* hintCommand_; 92 92 SubString tokens_; 93 93 std::string string_;
Note: See TracChangeset
for help on using the changeset viewer.