- Timestamp:
- Mar 4, 2013, 10:47:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/output/LogWriter.cc
r8858 r9536 76 76 77 77 /** 78 @brief Returns the only existing instance of this class.79 */80 /*static*/ LogWriter& LogWriter::getInstance()81 {82 static LogWriter instance;83 return instance;84 }85 86 /**87 78 @brief Opens the log-file in order to write output to it. 88 79 */ … … 133 124 134 125 // request old output from MemoryWriter 135 MemoryWriter::getInstance().resendOutput(this);126 OutputManager::getInstance().getMemoryWriter().resendOutput(this); 136 127 } 137 128
Note: See TracChangeset
for help on using the changeset viewer.