summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/location/ServerLocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/location/ServerLocator.cpp')
-rw-r--r--cpp/test/Ice/location/ServerLocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/location/ServerLocator.cpp b/cpp/test/Ice/location/ServerLocator.cpp
index 3da2300fb15..42c431d0a93 100644
--- a/cpp/test/Ice/location/ServerLocator.cpp
+++ b/cpp/test/Ice/location/ServerLocator.cpp
@@ -19,8 +19,8 @@ ServerLocatorRegistry::ServerLocatorRegistry()
void
ServerLocatorRegistry::setAdapterDirectProxy_async(const Ice::AMD_LocatorRegistry_setAdapterDirectProxyPtr& cb,
- const ::std::string& adapter, const ::Ice::ObjectPrx& object,
- const ::Ice::Current&)
+ const std::string&, const ::std::string& adapter,
+ const ::Ice::ObjectPrx& object, const ::Ice::Current&)
{
_adapters[adapter] = object;
cb->ice_response();