Changeset 6394 for code/branches/presentation2/src/libraries/core/Shell.h
- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/Shell.h
r6375 r6394 96 96 { return this->inputBuffer_->getCursorPosition(); } 97 97 98 inline std::stringgetInput() const98 inline const std::string& getInput() const 99 99 { return this->inputBuffer_->get(); } 100 100 … … 118 118 119 119 void addToHistory(const std::string& command); 120 std::stringgetFromHistory() const;120 const std::string& getFromHistory() const; 121 121 void clearInput(); 122 122 // OutputListener
Note: See TracChangeset
for help on using the changeset viewer.