diff options
Diffstat (limited to 'cpp/src/Ice/ConfigParserErrorReporter.h')
-rw-r--r-- | cpp/src/Ice/ConfigParserErrorReporter.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cpp/src/Ice/ConfigParserErrorReporter.h b/cpp/src/Ice/ConfigParserErrorReporter.h index 5cc5f9630d6..fb8127bfd5d 100644 --- a/cpp/src/Ice/ConfigParserErrorReporter.h +++ b/cpp/src/Ice/ConfigParserErrorReporter.h @@ -11,7 +11,7 @@ #ifndef ICE_SSL_CONFIG_ERROR_REPORTER_H #define ICE_SSL_CONFIG_ERROR_REPORTER_H -#include <iostream>
+#include <iostream> #include <IceUtil/Shared.h> #include <util/XercesDefs.hpp> #include <dom/DOMString.hpp> @@ -38,7 +38,7 @@ 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. @@ -47,19 +47,19 @@ private: IceInternal::TraceLevelsPtr _traceLevels; Ice::LoggerPtr _logger; }; -
-typedef IceInternal::Handle<ConfigParserErrorReporter> ConfigParserErrorReporterPtr;
+ +typedef IceInternal::Handle<ConfigParserErrorReporter> ConfigParserErrorReporterPtr; std::ostream& operator << (std::ostream& target, const DOMString& s); } -namespace IceInternal
-{
-
-void incRef(::IceSSL::ConfigParserErrorReporter*);
-void decRef(::IceSSL::ConfigParserErrorReporter*);
-
-}
-
+namespace IceInternal +{ + +void incRef(::IceSSL::ConfigParserErrorReporter*); +void decRef(::IceSSL::ConfigParserErrorReporter*); + +} + #endif |