diff options
author | Michi Henning <michi@zeroc.com> | 2003-05-13 23:26:33 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-05-13 23:26:33 +0000 |
commit | bfd73741b1baec48e50fde904d465e115d6c0618 (patch) | |
tree | fdc35ca85a83a9742d5195c1f43dbfe4a8a49f26 /cpp/src/Ice/BasicStream.cpp | |
parent | Updated Unix versioning scheme, and updated current version to 1.1.0 (diff) | |
download | ice-bfd73741b1baec48e50fde904d465e115d6c0618.tar.bz2 ice-bfd73741b1baec48e50fde904d465e115d6c0618.tar.xz ice-bfd73741b1baec48e50fde904d465e115d6c0618.zip |
Added exception slicing for icej.
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index 134002f1afa..0e848234636 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -1245,12 +1245,12 @@ IceInternal::BasicStream::throwException() else { skipSlice(); // Slice off what we don't understand - read(id); // Read type id for next encapsulation + read(id); // Read type id for next slice } } // // Getting here should be impossible: we can get here only if the sender has marshaled a sequence - // of type IDs, none of which we have factory for. this means that sender and receiver disagree + // of type IDs, none of which we have factory for. This means that sender and receiver disagree // about the Slice definitions they use. // throw UnknownUserException(__FILE__, __LINE__); |