Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2013, 7:22:59 PM (11 years ago)
Author:
landauf
Message:

added tests for OutputManager

File:
1 edited

Legend:

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

    r9534 r9543  
    8181
    8282            /// @brief Called by OutputManager for each line of output, checks if this listener actually accepts this output before it calls the output() function.
    83             inline void unfilteredOutput(OutputLevel level, const OutputContextContainer& context, const std::vector<std::string>& lines)
     83            virtual void unfilteredOutput(OutputLevel level, const OutputContextContainer& context, const std::vector<std::string>& lines)
    8484                { if (this->acceptsOutput(level, context)) this->output(level, context, lines); }
    8585
Note: See TracChangeset for help on using the changeset viewer.