summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceSSL/ConfigParserErrorReporter.cpp8
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()