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/Shell.h

    r1535 r1634  
    7272
    7373            void setInputBuffer(InputBuffer* buffer);
    74             inline InputBuffer& getInputBuffer()
     74            InputBuffer& getInputBuffer()
    7575                { return (*this->inputBuffer_); }
    76             inline OutputBuffer& getOutputBuffer()
     76            OutputBuffer& getOutputBuffer()
    7777                { return this->outputBuffer_; }
    7878
    7979            void setCursorPosition(unsigned int cursor);
    80             inline unsigned int getCursorPosition() const
     80            unsigned int getCursorPosition() const
    8181                { return this->inputBuffer_->getCursorPosition(); }
    8282
    8383            void setInput(const std::string& input);
    8484
    85             inline void clearInput()
     85            void clearInput()
    8686                { this->setInput(""); }
    87             inline std::string getInput() const
     87            std::string getInput() const
    8888                { return this->inputBuffer_->get(); }
    8989
     
    9494            void clearLines();
    9595
    96             inline unsigned int getNumLines() const
     96            unsigned int getNumLines() const
    9797                { return this->lines_.size(); }
    98             inline unsigned int getScrollPosition() const
     98            unsigned int getScrollPosition() const
    9999                { return this->scrollPosition_; }
    100100
    101             inline void addOutputLevel(bool bAddOutputLevel)
     101            void addOutputLevel(bool bAddOutputLevel)
    102102                { this->bAddOutputLevel_ = bAddOutputLevel; }
    103103
Note: See TracChangeset for help on using the changeset viewer.