Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

small refactoring: un-singletonized ConsoleWriter, LogWriter, and MemoryWriter - instead the instances are now kept by OutputManager

File:
1 edited

Legend:

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

    r9533 r9536  
    8585{
    8686    class AdditionalContextListener;
     87    class BaseWriter;
    8788    class Clock;
     89    class ConsoleWriter;
    8890    class Exception;
    8991    class ExprParser;
     92    class LogWriter;
     93    class MemoryWriter;
    9094    class MultiType;
    9195    class OutputListener;
     
    102106    template <class T>
    103107    class Singleton;
     108    class SubcontextOutputListener;
    104109    class SubString;
    105110}
Note: See TracChangeset for help on using the changeset viewer.