diff options
Diffstat (limited to 'cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp')
-rw-r--r-- | cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp b/cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp index 02ae90f5771..b73ef715829 100644 --- a/cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp +++ b/cpp/test/Ice/adapterDeactivation/ServantLocatorI.cpp @@ -44,11 +44,9 @@ ServantLocatorI::locate(const Ice::Current& current, Ice::LocalObjectPtr& cookie void #ifdef ICE_CPP11_MAPPING -ServantLocatorI::finished(const Ice::Current&, const Ice::ObjectPtr&, - const std::shared_ptr<void>& cookie) +ServantLocatorI::finished(const Ice::Current&, const Ice::ObjectPtr&, const std::shared_ptr<void>& cookie) #else -ServantLocatorI::finished(const Ice::Current&, const Ice::ObjectPtr&, - const Ice::LocalObjectPtr& cookie) +ServantLocatorI::finished(const Ice::Current&, const Ice::ObjectPtr&, const Ice::LocalObjectPtr& cookie) #endif { test(!_deactivated); |