Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 12, 2011, 12:26:40 AM (13 years ago)
Author:
landauf
Message:

added flag to disable automatic registration of output listeners. avoids crash during creation of a Shell if some verbose context (object_list?) is activated.
different handling of sub-contexts whose main-context is also explicitly registered (even though that's not the intended way to use)

File:
1 edited

Legend:

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

    r8833 r8834  
    4242    {
    4343        public:
    44             BaseWriter(const std::string& name);
     44            BaseWriter(const std::string& name, bool bRegister = true);
    4545            virtual ~BaseWriter();
    4646
     
    8585
    8686            OutputContextMask subcontextsCheckMask_;
     87            OutputContextMask subcontextsNoCheckMask_;
    8788            std::set<OutputContextSubID> subcontexts_;
    8889    };
Note: See TracChangeset for help on using the changeset viewer.