Changeset 1322 for code/branches/console/src/core/OutputHandler.cc
- Timestamp:
- May 19, 2008, 2:33:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/OutputHandler.cc
r1313 r1322 124 124 125 125 if (OutputHandler::getSoftDebugLevel(OutputHandler::LD_Shell) >= this->outputLevel_) 126 manipulator(Shell::getInstance().getOutputBuffer());126 Shell::getInstance().getOutputBuffer() << manipulator; 127 127 128 128 return *this; … … 146 146 147 147 if (OutputHandler::getSoftDebugLevel(OutputHandler::LD_Shell) >= this->outputLevel_) 148 manipulator(Shell::getInstance().getOutputBuffer());148 Shell::getInstance().getOutputBuffer() << manipulator; 149 149 150 150 return *this; … … 168 168 169 169 if (OutputHandler::getSoftDebugLevel(OutputHandler::LD_Shell) >= this->outputLevel_) 170 manipulator(Shell::getInstance().getOutputBuffer());170 Shell::getInstance().getOutputBuffer() << manipulator; 171 171 172 172 return *this;
Note: See TracChangeset
for help on using the changeset viewer.