Changeset 9539 for code/branches/testing/src/libraries/util/output
- Timestamp:
- Mar 9, 2013, 9:33:48 PM (12 years ago)
- 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 307 307 { 308 308 // "undefined" context is ignored because it's used implicitly if no explicit context is defined 309 staticOutputContextMask undefined_mask = context::undefined().mask;309 OutputContextMask undefined_mask = context::undefined().mask; 310 310 311 311 std::string prefix = this->getLevelName(level) + ": "; -
code/branches/testing/src/libraries/util/output/SubcontextOutputListener.h
r9534 r9539 78 78 virtual bool acceptsOutput(OutputLevel level, const OutputContextContainer& context) const; 79 79 80 inline const std::set<OutputContextSubID>& getSubcontexts() const 81 { return this->subcontexts_; } 82 80 83 private: 81 84 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.