Changeset 8515 for code/branches/unity_build/src/libraries/core/command
- Timestamp:
- May 20, 2011, 3:53:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/core/command/Shell.cc
r8079 r8515 84 84 85 85 // Get the previous output and add it to the Shell 86 for (OutputHandler::OutputVectorIterator it = OutputHandler::getInstance().getOutputVectorBegin();87 it != OutputHandler::getInstance().getOutputVectorEnd(); ++it)86 OutputHandler::OutputVector::const_iterator it = OutputHandler::getInstance().getOutput().begin(); 87 for (;it != OutputHandler::getInstance().getOutput().end(); ++it) 88 88 { 89 89 if (it->first <= this->getSoftDebugLevel())
Note: See TracChangeset
for help on using the changeset viewer.