diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-09-13 12:07:16 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-09-13 12:07:16 +0000 |
commit | 9f46eec387f258f222021364f390fed7abb7d07a (patch) | |
tree | ff67adf5d3ac340ac2648b17e711d0be1e26e38d /cpp/src/IceSSL/ConfigParserErrorReporter.cpp | |
parent | Updated for IceSSL cleanup. (diff) | |
download | ice-9f46eec387f258f222021364f390fed7abb7d07a.tar.bz2 ice-9f46eec387f258f222021364f390fed7abb7d07a.tar.xz ice-9f46eec387f258f222021364f390fed7abb7d07a.zip |
Addressed comments.
Diffstat (limited to 'cpp/src/IceSSL/ConfigParserErrorReporter.cpp')
-rw-r--r-- | cpp/src/IceSSL/ConfigParserErrorReporter.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp index 724b1e30030..9cfc91a3d23 100644 --- a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp +++ b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp @@ -31,14 +31,12 @@ toString(const XMLCh* s) return r; } -// TODO: ML: Indentation. IceSSL::ConfigParserErrorReporter::ConfigParserErrorReporter(const IceSSL::TraceLevelsPtr& traceLevels, const Ice::LoggerPtr& logger) : - _traceLevels(traceLevels), - _logger(logger) + _traceLevels(traceLevels), + _logger(logger), + _errorCount(0) { - // TODO: ML: User initializer list. - _errorCount = 0; } IceSSL::ConfigParserErrorReporter::~ConfigParserErrorReporter() |