Changeset 6190 for code/branches/presentation2/src/libraries/core/Shell.cc
- Timestamp:
- Dec 2, 2009, 9:02:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/Shell.cc
r6180 r6190 66 66 ConfigFileManager::getInstance().setFilename(this->commandHistoryConfigFileType_, "commandHistory.ini"); 67 67 68 // Use a stringstream object to buffer the output and get it line by line in update()68 // Use a stringstream object to buffer the output 69 69 this->outputStream_ = &this->outputBuffer_; 70 70
Note: See TracChangeset
for help on using the changeset viewer.