diff options
author | Marc Laukien <marc@zeroc.com> | 2003-03-22 15:19:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-03-22 15:19:54 +0000 |
commit | 226cc499ba5d420e3f7ef1fcd33091b07190e4c0 (patch) | |
tree | e5bb425ea4031566ce77cb09fedbf5f0055297c8 /cpp/src/Ice/Outgoing.cpp | |
parent | added throughput demo (diff) | |
download | ice-226cc499ba5d420e3f7ef1fcd33091b07190e4c0.tar.bz2 ice-226cc499ba5d420e3f7ef1fcd33091b07190e4c0.tar.xz ice-226cc499ba5d420e3f7ef1fcd33091b07190e4c0.zip |
added throughput demo
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index e886bc28627..88fee1df3c7 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -279,6 +279,7 @@ IceInternal::Outgoing::finished(BasicStream& is) default: { + ex = 0; // To keep the compiler from complaining. assert(false); break; } @@ -325,6 +326,7 @@ IceInternal::Outgoing::finished(BasicStream& is) default: { + ex = 0; // To keep the compiler from complaining. assert(false); break; } |