diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-06-20 10:42:48 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-06-20 10:42:48 +0200 |
commit | eddcd80c0a9c29bc7c807db3ccf0e1e3484ac43f (patch) | |
tree | 1e4575ae28d98639018bdd23c38a6702d162e6a2 /cpp/include/Ice/SlicedData.h | |
parent | * Grammar fixes (diff) | |
download | ice-eddcd80c0a9c29bc7c807db3ccf0e1e3484ac43f.tar.bz2 ice-eddcd80c0a9c29bc7c807db3ccf0e1e3484ac43f.tar.xz ice-eddcd80c0a9c29bc7c807db3ccf0e1e3484ac43f.zip |
Don't write optionals with 1.0 encoding, added UnknownSlicedObject test, fixed exception un-marhsalling to raise UnkownUserException for unknown exceptions.
Diffstat (limited to 'cpp/include/Ice/SlicedData.h')
-rw-r--r-- | cpp/include/Ice/SlicedData.h | 5 |
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; }; // |