diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-12 17:17:33 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-12 17:17:33 +0000 |
commit | 2950dda69447b814ae45057af6e323ff04851608 (patch) | |
tree | 215fbe69d3c0bb15ffe5153965c6206d2086e9ce /cpp/src/Glacier2/ServerBlobject.cpp | |
parent | adding db directory (diff) | |
download | ice-2950dda69447b814ae45057af6e323ff04851608.tar.bz2 ice-2950dda69447b814ae45057af6e323ff04851608.tar.xz ice-2950dda69447b814ae45057af6e323ff04851608.zip |
fixed AllowCategories
Diffstat (limited to 'cpp/src/Glacier2/ServerBlobject.cpp')
-rw-r--r-- | cpp/src/Glacier2/ServerBlobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier2/ServerBlobject.cpp b/cpp/src/Glacier2/ServerBlobject.cpp index 80642870bc6..a386c91fe8e 100644 --- a/cpp/src/Glacier2/ServerBlobject.cpp +++ b/cpp/src/Glacier2/ServerBlobject.cpp @@ -34,7 +34,7 @@ Glacier2::ServerBlobject::destroy() } void -Glacier2::ServerBlobject::ice_invoke_async(const Ice::AMD_Object_ice_invokePtr& amdCB, const vector<Byte>& inParams, +Glacier2::ServerBlobject::ice_invoke_async(const Ice::AMD_Object_ice_invokePtr& amdCB, const ByteSeq& inParams, const Current& current) { assert(_connection); // Destroyed? |