Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2013, 9:33:48 PM (11 years ago)
Author:
landauf
Message:

added tests for BaseWriter

Location:
code/branches/testing/src/libraries/util/output
Files:
2 edited

Legend:

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

    r9537 r9539  
    307307    {
    308308        // "undefined" context is ignored because it's used implicitly if no explicit context is defined
    309         static OutputContextMask undefined_mask = context::undefined().mask;
     309        OutputContextMask undefined_mask = context::undefined().mask;
    310310
    311311        std::string prefix = this->getLevelName(level) + ": ";
  • code/branches/testing/src/libraries/util/output/SubcontextOutputListener.h

    r9534 r9539  
    7878            virtual bool acceptsOutput(OutputLevel level, const OutputContextContainer& context) const;
    7979
     80            inline const std::set<OutputContextSubID>& getSubcontexts() const
     81                { return this->subcontexts_; }
     82
    8083        private:
    8184            OutputContextMask subcontextsCheckMask_;    ///< All contexts defined by this mask need to be checked whether they are accepted by the set of sub-contexts
Note: See TracChangeset for help on using the changeset viewer.