- 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/IOConsolePOSIX.cc
r9536 r9548 76 76 77 77 // Disable standard std::cout logging 78 OutputManager::getInstance().getConsoleWriter() .disable();78 OutputManager::getInstance().getConsoleWriter()->disable(); 79 79 // Redirect std::cout to an ostringstream 80 80 // (Other part is in the initialiser list) … … 104 104 std::cout.rdbuf(this->cout_.rdbuf()); 105 105 // Enable standard std::cout logging again 106 OutputManager::getInstance().getConsoleWriter() .enable();106 OutputManager::getInstance().getConsoleWriter()->enable(); 107 107 } 108 108
Note: See TracChangeset
for help on using the changeset viewer.