summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ConfigParserErrorReporter.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-09-13 12:07:16 +0000
committerAnthony Neal <aneal@zeroc.com>2002-09-13 12:07:16 +0000
commit9f46eec387f258f222021364f390fed7abb7d07a (patch)
treeff67adf5d3ac340ac2648b17e711d0be1e26e38d /cpp/src/IceSSL/ConfigParserErrorReporter.cpp
parentUpdated for IceSSL cleanup. (diff)
downloadice-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.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()