Changeset 1755 for code/trunk/src/core/Shell.h
- Timestamp:
- Sep 10, 2008, 1:37:36 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui (added) merged: 1636,1638,1640-1647,1649-1654,1656,1659-1665,1670,1672-1674,1686,1688-1692,1694-1697,1704 /code/branches/input (added) merged: 1629-1630
- Property svn:mergeinfo changed
-
code/trunk/src/core/Shell.h
r1747 r1755 73 73 void unregisterListener(ShellListener* listener); 74 74 75 void setInputBuffer(InputBuffer* buffer); 76 inline InputBuffer& getInputBuffer() 77 { return (*this->inputBuffer_); } 75 inline InputBuffer* getInputBuffer() 76 { return this->inputBuffer_; } 78 77 inline OutputBuffer& getOutputBuffer() 79 78 { return this->outputBuffer_; } … … 107 106 Shell(); 108 107 Shell(const Shell& other); 109 virtual ~Shell() {} 108 virtual ~Shell(); 109 110 void configureInputBuffer(); 110 111 111 112 void addToHistory(const std::string& command);
Note: See TracChangeset
for help on using the changeset viewer.