summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TraceLevels.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-05-26 05:03:59 +0000
committerMichi Henning <michi@zeroc.com>2003-05-26 05:03:59 +0000
commite8a9783fcfd5f4a581e3c5495b2d482337c92803 (patch)
tree157577e7b9e6b6c57bcd47daa7cb8b0b8a937179 /cpp/src/Ice/TraceLevels.h
parentBasicStream fixes (diff)
downloadice-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.h3
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;
};
}