diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-26 05:03:59 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-26 05:03:59 +0000 |
commit | e8a9783fcfd5f4a581e3c5495b2d482337c92803 (patch) | |
tree | 157577e7b9e6b6c57bcd47daa7cb8b0b8a937179 /cpp/src/Ice/TraceLevels.h | |
parent | BasicStream fixes (diff) | |
download | ice-e8a9783fcfd5f4a581e3c5495b2d482337c92803.tar.bz2 ice-e8a9783fcfd5f4a581e3c5495b2d482337c92803.tar.xz ice-e8a9783fcfd5f4a581e3c5495b2d482337c92803.zip |
Added Ice.Trace.Slicing property.
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 f3e31281628..331571536f9 100644 --- a/cpp/src/Ice/TraceLevels.h +++ b/cpp/src/Ice/TraceLevels.h @@ -39,6 +39,9 @@ public: const int location; const char* locationCat; + + const int slicing; + const char* slicingCat; }; } |