summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-29 21:02:37 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-29 21:02:37 +0000
commitcc0ddc7270b434a0ba01f918477d1f46f9324ec2 (patch)
tree718f0c457eedadea0a439bfbc42bf81f6b5122f0 /cpp/src/Ice/Outgoing.cpp
parentlots of fixes (diff)
downloadice-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.cpp1
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: