summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier2/ServerBlobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Glacier2/ServerBlobject.cpp')
-rw-r--r--cpp/src/Glacier2/ServerBlobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Glacier2/ServerBlobject.cpp b/cpp/src/Glacier2/ServerBlobject.cpp
index 2942f2df17e..aafc1c8429f 100644
--- a/cpp/src/Glacier2/ServerBlobject.cpp
+++ b/cpp/src/Glacier2/ServerBlobject.cpp
@@ -25,8 +25,8 @@ Glacier2::ServerBlobject::~ServerBlobject()
void
Glacier2::ServerBlobject::ice_invoke_async(const Ice::AMD_Array_Object_ice_invokePtr& amdCB,
- const std::pair<const Byte*, const Byte*>& inParams,
- const Current& current)
+ const std::pair<const Byte*, const Byte*>& inParams,
+ const Current& current)
{
ObjectPrx proxy = _connection->createProxy(current.id);
assert(proxy);