diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-07 10:31:15 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-07 10:31:15 +0200 |
commit | da0d7d4451e5a4d1607ab83079f36bd474916082 (patch) | |
tree | 514507847cdf5c2240778dd7ea8fe3a8ad482996 /cpp/src/Ice/BasicStream.cpp | |
parent | Add missing links to README.md (diff) | |
download | ice-da0d7d4451e5a4d1607ab83079f36bd474916082.tar.bz2 ice-da0d7d4451e5a4d1607ab83079f36bd474916082.tar.xz ice-da0d7d4451e5a4d1607ab83079f36bd474916082.zip |
Fixed ICE-6486: added tracing of encoding for replies, fixed Java bug where the reply for servant locator finished user exception was always encoded with 1.0
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 34f91a36349..e08914e0a7e 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -2664,8 +2664,8 @@ IceInternal::BasicStream::EncapsDecoder11::skipSlice() { if(_current->sliceType == ObjectSlice) { - throw NoObjectFactoryException(__FILE__, __LINE__, - "no object factory found and compact format prevents " + throw NoObjectFactoryException(__FILE__, __LINE__, + "no object factory found and compact format prevents " "slicing (the sender should use the sliced format instead)", _current->typeId); } |