Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 26, 2010, 2:06:16 AM (14 years ago)
Author:
landauf
Message:

adapted CommandExecutor and CommandEvaluation to make it compile again, but it doesn't run yet. ready for refactoring.

File:
1 edited

Legend:

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

    r7218 r7221  
    268268            ArgumentCompleter* getArgumentCompleter(unsigned int param) const;
    269269
    270             void createArgumentCompletionList(unsigned int param, const std::string& param1 = "", const std::string& param2 = "", const std::string& param3 = "", const std::string& param4 = "", const std::string& param5 = "");
    271             const ArgumentCompletionList& getArgumentCompletionList() const
    272                 { return this->argumentList_; }
    273             ArgumentCompletionList::const_iterator getArgumentCompletionListBegin() const
    274                 { return this->argumentList_.begin(); }
    275             ArgumentCompletionList::const_iterator getArgumentCompletionListEnd() const
    276                 { return this->argumentList_.end(); }
    277 
    278270            inline _ConsoleCommand& setAsInputCommand()
    279271            {
     
    325317
    326318            ArgumentCompleter* argumentCompleter_[5];
    327             ArgumentCompletionList argumentList_;
    328319
    329320            KeybindMode::Value keybindMode_;
Note: See TracChangeset for help on using the changeset viewer.