diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 13:18:49 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 13:18:49 -0230 |
commit | 6a53b970ec0368c4df1142680c78d6173286657e (patch) | |
tree | dbf1059ca535673fa356700ea8d8c2a71812ee78 /cpp/src/Ice/Object.cpp | |
parent | Bug 3919 - remove ACM from hello demos (diff) | |
download | ice-6a53b970ec0368c4df1142680c78d6173286657e.tar.bz2 ice-6a53b970ec0368c4df1142680c78d6173286657e.tar.xz ice-6a53b970ec0368c4df1142680c78d6173286657e.zip |
Bug 2475 - remove AMD_Array_Object_ice_invoke
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 5ab01491aad..3050bbd67df 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -431,7 +431,7 @@ Ice::BlobjectArrayAsync::__dispatch(Incoming& in, const Current& current) is->readBlob(inParams.first, sz); inParams.second = inParams.first + sz; is->endReadEncaps(); - AMD_Array_Object_ice_invokePtr cb = new ::IceAsync::Ice::AMD_Array_Object_ice_invoke(in); + AMD_Object_ice_invokePtr cb = new ::IceAsync::Ice::AMD_Object_ice_invoke(in); try { ice_invoke_async(cb, inParams, current); |