summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/Blobject.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/Blobject.cpp
parentadding db directory (diff)
downloadice-2950dda69447b814ae45057af6e323ff04851608.tar.bz2
ice-2950dda69447b814ae45057af6e323ff04851608.tar.xz
ice-2950dda69447b814ae45057af6e323ff04851608.zip
fixed AllowCategories
Diffstat (limited to 'cpp/src/Glacier2/Blobject.cpp')
-rw-r--r--cpp/src/Glacier2/Blobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/Blobject.cpp b/cpp/src/Glacier2/Blobject.cpp
index c4578c33cff..2d38237e2f2 100644
--- a/cpp/src/Glacier2/Blobject.cpp
+++ b/cpp/src/Glacier2/Blobject.cpp
@@ -97,7 +97,7 @@ Glacier2::Blobject::destroy()
}
void
-Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB, const vector<Byte>& inParams,
+Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amdCB, const ByteSeq& inParams,
const Current& current)
{
//
@@ -269,7 +269,7 @@ Glacier2::Blobject::invoke(ObjectPrx& proxy, const AMD_Object_ice_invokePtr& amd
//
bool ok;
- vector<Byte> outParams;
+ ByteSeq outParams;
try
{