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/MemoryWriter.h

    r8858 r9535  
    6767
    6868        public:
     69            MemoryWriter();
     70            MemoryWriter(const MemoryWriter&);
     71            virtual ~MemoryWriter();
     72
    6973            static MemoryWriter& getInstance();
    7074
     
    7680
    7781        private:
    78             MemoryWriter();
    79             MemoryWriter(const MemoryWriter&);
    80             virtual ~MemoryWriter();
    81 
    8282            std::vector<Message> messages_; ///< Stores all output messages from the creation of this instance until disable() is called.
    8383    };
Note: See TracChangeset for help on using the changeset viewer.