diff options
Diffstat (limited to 'cpp/src/Ice/ConfigParserErrorReporter.h')
-rw-r--r-- | cpp/src/Ice/ConfigParserErrorReporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConfigParserErrorReporter.h b/cpp/src/Ice/ConfigParserErrorReporter.h index 5d3e61963be..5cc5f9630d6 100644 --- a/cpp/src/Ice/ConfigParserErrorReporter.h +++ b/cpp/src/Ice/ConfigParserErrorReporter.h @@ -24,7 +24,6 @@ namespace IceSSL class ConfigParserErrorReporter : public ErrorHandler, public IceUtil::Shared { - public: ConfigParserErrorReporter(const IceInternal::TraceLevelsPtr&, const Ice::LoggerPtr&); @@ -39,7 +38,8 @@ public: bool getSawErrors() const; -private: +private:
+ // This is set if we get any errors, and is queryable via a getter method. // It's used by the main code to suppress output if there are errors. bool _sawErrors; |