diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-15 21:19:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-15 21:19:54 +0000 |
commit | 3ede1ddccf6c3f4c2f8a19fc8d16e9827c607cc2 (patch) | |
tree | f04bbbc008badb7eb13e499ff92fa7cfa100b888 /cpp/src/Ice/BasicStream.cpp | |
parent | minor (diff) | |
download | ice-3ede1ddccf6c3f4c2f8a19fc8d16e9827c607cc2.tar.bz2 ice-3ede1ddccf6c3f4c2f8a19fc8d16e9827c607cc2.tar.xz ice-3ede1ddccf6c3f4c2f8a19fc8d16e9827c607cc2.zip |
more AMI stuff
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index 8989b206176..24d9ea4bbda 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -1385,14 +1385,15 @@ IceInternal::BasicStream::throwException() traceSlicing("exception", id, _slicingCat, _instance->logger()); } skipSlice(); // Slice off what we don't understand. - read(id); // Read type id for next slice. + 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 - // about the Slice definitions they use. + // 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 about the Slice definitions they + // use. // throw UnknownUserException(__FILE__, __LINE__); } |