diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-06 17:55:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-06 17:55:54 +0000 |
commit | 58ab93031f4c7b9fa12145a212dabea73edb6603 (patch) | |
tree | cd524fc1b15887b9638810e2285126f3f4d3237c /cpp/src/IceSSL/ConfigParserErrorReporter.cpp | |
parent | adding clone() support for abstract objects (diff) | |
download | ice-58ab93031f4c7b9fa12145a212dabea73edb6603.tar.bz2 ice-58ab93031f4c7b9fa12145a212dabea73edb6603.tar.xz ice-58ab93031f4c7b9fa12145a212dabea73edb6603.zip |
comments
Diffstat (limited to 'cpp/src/IceSSL/ConfigParserErrorReporter.cpp')
-rw-r--r-- | cpp/src/IceSSL/ConfigParserErrorReporter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp index a73284cdead..724b1e30030 100644 --- a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp +++ b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp @@ -31,11 +31,13 @@ toString(const XMLCh* s) return r; } +// TODO: ML: Indentation. IceSSL::ConfigParserErrorReporter::ConfigParserErrorReporter(const IceSSL::TraceLevelsPtr& traceLevels, const Ice::LoggerPtr& logger) : _traceLevels(traceLevels), _logger(logger) { + // TODO: ML: User initializer list. _errorCount = 0; } |