Changeset 9541 for code/branches/testing/src/libraries/util/output
- Timestamp:
- Mar 10, 2013, 11:58:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/libraries/util/output/OutputStream.h
r9529 r9541 104 104 inline const OutputLevel getOutputLevel() const { return this->level_; } 105 105 inline const OutputContextContainer* getOutputContext() const { return this->context_; } 106 inline bool acceptsOutput() const { return this->bAcceptsOutput_; } 106 107 107 108 private:
Note: See TracChangeset
for help on using the changeset viewer.