- Timestamp:
- Mar 12, 2013, 10:12:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/core/command/IOConsoleWindows.cc
r9536 r9548 54 54 { 55 55 // Disable standard this->cout_ logging 56 OutputManager::getInstance().getConsoleWriter() .disable();56 OutputManager::getInstance().getConsoleWriter()->disable(); 57 57 // Redirect std::cout to an ostringstream 58 58 // (Other part is in the initialiser list) … … 110 110 std::cout.rdbuf(this->cout_.rdbuf()); 111 111 // Enable standard this->cout_ logging again 112 OutputManager::getInstance().getConsoleWriter() .enable();112 OutputManager::getInstance().getConsoleWriter()->enable(); 113 113 114 114 resetTerminalMode();
Note: See TracChangeset
for help on using the changeset viewer.