summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-15 21:19:54 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-15 21:19:54 +0000
commit3ede1ddccf6c3f4c2f8a19fc8d16e9827c607cc2 (patch)
treef04bbbc008badb7eb13e499ff92fa7cfa100b888 /cpp/src/Ice/BasicStream.cpp
parentminor (diff)
downloadice-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.cpp11
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__);
}