diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-29 21:02:37 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-29 21:02:37 +0000 |
commit | cc0ddc7270b434a0ba01f918477d1f46f9324ec2 (patch) | |
tree | 718f0c457eedadea0a439bfbc42bf81f6b5122f0 /cpp/src/Ice/Outgoing.cpp | |
parent | lots of fixes (diff) | |
download | ice-cc0ddc7270b434a0ba01f918477d1f46f9324ec2.tar.bz2 ice-cc0ddc7270b434a0ba01f918477d1f46f9324ec2.tar.xz ice-cc0ddc7270b434a0ba01f918477d1f46f9324ec2.zip |
fixes
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index 60f99669911..09c2d4b7492 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -214,6 +214,7 @@ IceInternal::Outgoing::finished(BasicStream& is) _is.swap(is); Byte status; _is.read(status); + switch(static_cast<DispatchStatus>(status)) { case DispatchOK: |