Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 7:36:33 PM (16 years ago)
Author:
nicolasc
Message:

just a test - don't morge this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gcc43/src/core/CommandEvaluation.h

    r1505 r1634  
    6969            bool isValid() const;
    7070
    71             inline ConsoleCommand* getConsoleCommand() const
     71            ConsoleCommand* getConsoleCommand() const
    7272                { return this->function_; }
    73             inline const std::string& getOriginalCommand() const
     73            const std::string& getOriginalCommand() const
    7474                { return this->originalCommand_; }
    75             inline const std::string& getCommand() const
     75            const std::string& getCommand() const
    7676                { return this->command_; }
    7777
    78             inline void setAdditionalParameter(const std::string& param)
     78            void setAdditionalParameter(const std::string& param)
    7979                { this->additionalParameter_ = param; this->bEvaluatedParams_ = false; }
    80             inline std::string getAdditionalParameter() const
     80            std::string getAdditionalParameter() const
    8181                { return (this->additionalParameter_ != "") ? (" " + this->additionalParameter_) : ""; }
    8282
Note: See TracChangeset for help on using the changeset viewer.