Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 4, 2013, 10:24:30 PM (12 years ago)
Author:
landauf
Message:

more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/util/output/ConsoleWriter.h

    r8858 r9535  
    5050    {
    5151        public:
     52            ConsoleWriter();
     53            ConsoleWriter(const ConsoleWriter&);
     54            virtual ~ConsoleWriter();
     55
    5256            static ConsoleWriter& getInstance();
    5357
     
    5963
    6064        private:
    61             ConsoleWriter();
    62             ConsoleWriter(const ConsoleWriter&);
    63             virtual ~ConsoleWriter();
    64 
    6565            bool bEnabled_; ///< If false, the instance will not write output to the console.
    6666    };
Note: See TracChangeset for help on using the changeset viewer.