diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-17 21:46:38 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-17 21:46:38 +0000 |
commit | bbdd427830cac2daa2882f0726c31e4c7886b7ad (patch) | |
tree | d465eb403ed0b4d8ea5849e3107dce2840b899c5 /cpp/src/Ice/TraceLevels.cpp | |
parent | Added passphrase retry capability. (diff) | |
download | ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.bz2 ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.xz ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.zip |
win fixes
Diffstat (limited to 'cpp/src/Ice/TraceLevels.cpp')
-rw-r--r-- | cpp/src/Ice/TraceLevels.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/TraceLevels.cpp b/cpp/src/Ice/TraceLevels.cpp index d636cec2135..511efc8afe3 100644 --- a/cpp/src/Ice/TraceLevels.cpp +++ b/cpp/src/Ice/TraceLevels.cpp @@ -19,9 +19,13 @@ void IceInternal::incRef(TraceLevels* p) { p->__incRef(); } void IceInternal::decRef(TraceLevels* p) { p->__decRef(); } IceInternal::TraceLevels::TraceLevels(const PropertiesPtr& properties) : + network(0), networkCat("Network"), + protocol(0), protocolCat("Protocol"), + retry(0), retryCat("Retry"), + security(0), securityCat("Security") { const string keyBase = "Ice.Trace."; |