summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/SlicedData.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/SlicedData.h')
-rw-r--r--cpp/include/Ice/SlicedData.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/Ice/SlicedData.h b/cpp/include/Ice/SlicedData.h
index 9fae788d674..b056d9296c0 100644
--- a/cpp/include/Ice/SlicedData.h
+++ b/cpp/include/Ice/SlicedData.h
@@ -40,6 +40,11 @@ struct ICE_API SliceInfo : public ::IceUtil::Shared
// Whether or not the slice contains optional members.
//
bool hasOptionalMembers;
+
+ //
+ // Whether or not this is the last slice.
+ //
+ bool isLastSlice;
};
//