diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-04-30 15:41:10 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-04-30 15:41:10 +0000 |
commit | e9f9e7ad594e3a2a366547617d5e829e99aa3752 (patch) | |
tree | a09e1cb4c6ed18e9f45721be8e582173a9bea573 /cppe/src/IceE/Outgoing.cpp | |
parent | REmove VC6 and VC7 (diff) | |
download | ice-e9f9e7ad594e3a2a366547617d5e829e99aa3752.tar.bz2 ice-e9f9e7ad594e3a2a366547617d5e829e99aa3752.tar.xz ice-e9f9e7ad594e3a2a366547617d5e829e99aa3752.zip |
Bug #2155
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index 5444fc4148d..038a04ad02a 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -402,7 +402,8 @@ IceInternal::Outgoing::finished(BasicStream& is) default: { - _exception.reset(new UnknownReplyStatusException(__FILE__, __LINE__)); + //_exception.reset(new UnknownReplyStatusException(__FILE__, __LINE__)); + _exception.reset(new ProtocolException(__FILE__, __LINE__, "unknown reply status")); _state = StateLocalException; break; } |