summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-01-28 16:28:26 +0000
committerMarc Laukien <marc@zeroc.com>2004-01-28 16:28:26 +0000
commit710e4da3853f380f84e01e670b25058351b35adc (patch)
treef99fd14d018da4708bad7b03ff2af92efcf17155 /cpp/src/Ice/OutgoingAsync.cpp
parentminor (diff)
downloadice-710e4da3853f380f84e01e670b25058351b35adc.tar.bz2
ice-710e4da3853f380f84e01e670b25058351b35adc.tar.xz
ice-710e4da3853f380f84e01e670b25058351b35adc.zip
started with AMI changes
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index 18041437e92..244f8914456 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -112,11 +112,6 @@ IceInternal::OutgoingAsync::__finished(BasicStream& is)
{
case DispatchOK:
{
- //
- // Input and output parameters are always sent in an
- // encapsulation, which makes it possible to forward
- // oneway requests as blobs.
- //
_is->startReadEncaps();
__response(true);
break;
@@ -124,11 +119,6 @@ IceInternal::OutgoingAsync::__finished(BasicStream& is)
case DispatchUserException:
{
- //
- // Input and output parameters are always sent in an
- // encapsulation, which makes it possible to forward
- // oneway requests as blobs.
- //
_is->startReadEncaps();
__response(false);
break;