diff options
author | Marc Laukien <marc@zeroc.com> | 2004-01-28 16:28:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-01-28 16:28:26 +0000 |
commit | 710e4da3853f380f84e01e670b25058351b35adc (patch) | |
tree | f99fd14d018da4708bad7b03ff2af92efcf17155 /cpp/src/Ice/OutgoingAsync.cpp | |
parent | minor (diff) | |
download | ice-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.cpp | 10 |
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; |