Changeset 1638 for code/branches/gui/src/core/Shell.h
- Timestamp:
- Jul 20, 2008, 7:49:26 PM (17 years ago)
- Location:
- code/branches/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui
-
Property
svn:mergeinfo
set to
/code/branches/input merged eligible
-
Property
svn:mergeinfo
set to
-
code/branches/gui/src/core/Shell.h
r1535 r1638 71 71 void unregisterListener(ShellListener* listener); 72 72 73 void setInputBuffer(InputBuffer* buffer);74 73 inline InputBuffer& getInputBuffer() 75 74 { return (*this->inputBuffer_); } … … 105 104 Shell(); 106 105 Shell(const Shell& other); 107 virtual ~Shell() {} 106 virtual ~Shell(); 107 108 void configureInputBuffer(); 108 109 109 110 void addToHistory(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.