diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-16 13:53:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-16 13:53:32 +0000 |
commit | 8bcf04a19c9f6c44bd38bef47ee1b557f40fb72f (patch) | |
tree | 8cfd4780df192fd3678697ebd75c2ab54f22a631 /cpp/src/Glacier2/Blobject.cpp | |
parent | more attack test (diff) | |
download | ice-8bcf04a19c9f6c44bd38bef47ee1b557f40fb72f.tar.bz2 ice-8bcf04a19c9f6c44bd38bef47ee1b557f40fb72f.tar.xz ice-8bcf04a19c9f6c44bd38bef47ee1b557f40fb72f.zip |
Added BlobjectArray
Diffstat (limited to 'cpp/src/Glacier2/Blobject.cpp')
-rw-r--r-- | cpp/src/Glacier2/Blobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/Blobject.cpp b/cpp/src/Glacier2/Blobject.cpp index af5e30c2c21..044ab52f9d5 100644 --- a/cpp/src/Glacier2/Blobject.cpp +++ b/cpp/src/Glacier2/Blobject.cpp @@ -101,8 +101,8 @@ Glacier2::Blobject::destroy() } void -Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB, const ByteSeq& inParams, - const Current& current) +Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB, + const std::pair<const Ice::Byte*, const Ice::Byte*>& inParams, const Current& current) { // // Set the correct facet on the proxy. |