Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:51:04 AM (14 years ago)
Author:
landauf
Message:

replaced the temporary names of all ConsoleCommand related classes and functions by their real names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h

    r7235 r7236  
    5959                { return (this->execCommand_ != 0); }
    6060
    61             inline _ConsoleCommand* getConsoleCommand() const
     61            inline ConsoleCommand* getConsoleCommand() const
    6262                { return this->execCommand_; }
    6363
     
    8484
    8585            static std::string dump(const ArgumentCompletionList& list);
    86             static std::string dump(const _ConsoleCommand* command);
     86            static std::string dump(const ConsoleCommand* command);
    8787
    8888            static std::string getCommonBegin(const ArgumentCompletionList& list);
    8989
    90             _ConsoleCommand* execCommand_;
    91             _ConsoleCommand* hintCommand_;
     90            ConsoleCommand* execCommand_;
     91            ConsoleCommand* hintCommand_;
    9292            SubString tokens_;
    9393            std::string string_;
Note: See TracChangeset for help on using the changeset viewer.