Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2013, 11:58:49 AM (11 years ago)
Author:
landauf
Message:

added more tests

File:
1 edited

Legend:

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

    r9529 r9541  
    104104            inline const OutputLevel getOutputLevel() const { return this->level_; }
    105105            inline const OutputContextContainer* getOutputContext() const { return this->context_; }
     106            inline bool acceptsOutput() const { return this->bAcceptsOutput_; }
    106107
    107108        private:
Note: See TracChangeset for help on using the changeset viewer.