diff options
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); } |