summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/ServerBlobject.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-12 17:17:33 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-12 17:17:33 +0000
commit2950dda69447b814ae45057af6e323ff04851608 (patch)
tree215fbe69d3c0bb15ffe5153965c6206d2086e9ce /cpp/src/Glacier2/ServerBlobject.cpp
parentadding db directory (diff)
downloadice-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.cpp2
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?