- Timestamp:
- Mar 4, 2013, 10:24:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/output/ConsoleWriter.h
r8858 r9535 50 50 { 51 51 public: 52 ConsoleWriter(); 53 ConsoleWriter(const ConsoleWriter&); 54 virtual ~ConsoleWriter(); 55 52 56 static ConsoleWriter& getInstance(); 53 57 … … 59 63 60 64 private: 61 ConsoleWriter();62 ConsoleWriter(const ConsoleWriter&);63 virtual ~ConsoleWriter();64 65 65 bool bEnabled_; ///< If false, the instance will not write output to the console. 66 66 };
Note: See TracChangeset
for help on using the changeset viewer.