diff options
author | Marc Laukien <marc@zeroc.com> | 2004-02-16 20:28:30 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-02-16 20:28:30 +0000 |
commit | 23948cd6e11d1c059cbe2b56bbce49713b01e126 (patch) | |
tree | df0c68781f4d367ed2a7c8326633ed0a81bb927f /cpp/src/Ice/Proxy.cpp | |
parent | file DescriptorVisitor.h was initially added on branch icepack_refactoring. (diff) | |
download | ice-23948cd6e11d1c059cbe2b56bbce49713b01e126.tar.bz2 ice-23948cd6e11d1c059cbe2b56bbce49713b01e126.tar.xz ice-23948cd6e11d1c059cbe2b56bbce49713b01e126.zip |
more AMI
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 504ab0502f6..97673174e75 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -322,8 +322,7 @@ IceProxy::Ice::Object::ice_invoke_async(const AMI_Object_ice_invokePtr& cb, const Context& context) { __checkTwowayOnly("ice_invoke_async"); - cb->__setup(__reference()); - cb->__invoke(operation, mode, inParams, context); + cb->__invoke(__reference(), operation, mode, inParams, context); } |