Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2011, 1:05:04 PM (13 years ago)
Author:
landauf
Message:

in OutputManager: getInstance now only creates an instance of OutputManager, while getInstanceAndCreateListeners does additional stuff. the latter ins only used in OutputStream to ensure the default listeners (LogWriter, etc) get created. This should avoid circular calls.

File:
1 edited

Legend:

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

    r8774 r8776  
    4848        public:
    4949            static OutputManager& getInstance();
    50             static OutputManager& getInstanceInternal();
     50            static OutputManager& getInstanceAndCreateListeners();
    5151
    5252            void pushMessage(OutputLevel level, OutputContext context, const std::string& message);
Note: See TracChangeset for help on using the changeset viewer.