diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-17 19:01:17 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-17 19:01:17 +0000 |
commit | 60d52b7fd0ffedf9d2563a8f382adf2d474ce59e (patch) | |
tree | e2637feced7965919467f47bfe2c5488a1b1159e /cpp/src/Ice/TraceLevels.h | |
parent | property convenience operations (diff) | |
download | ice-60d52b7fd0ffedf9d2563a8f382adf2d474ce59e.tar.bz2 ice-60d52b7fd0ffedf9d2563a8f382adf2d474ce59e.tar.xz ice-60d52b7fd0ffedf9d2563a8f382adf2d474ce59e.zip |
fixes
Diffstat (limited to 'cpp/src/Ice/TraceLevels.h')
-rw-r--r-- | cpp/src/Ice/TraceLevels.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/TraceLevels.h b/cpp/src/Ice/TraceLevels.h index 4a1fc54d4a4..4bb7142add7 100644 --- a/cpp/src/Ice/TraceLevels.h +++ b/cpp/src/Ice/TraceLevels.h @@ -27,10 +27,13 @@ public: const int network; const char* networkCat; + const int protocol; const char* protocolCat; + const int retry; const char* retryCat; + const int security; const char* securityCat; }; |