summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/LocatorRegistryI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/LocatorRegistryI.cpp')
-rw-r--r--cpp/src/IceGrid/LocatorRegistryI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/LocatorRegistryI.cpp b/cpp/src/IceGrid/LocatorRegistryI.cpp
index ac2bff1828a..1c48a9cd1bb 100644
--- a/cpp/src/IceGrid/LocatorRegistryI.cpp
+++ b/cpp/src/IceGrid/LocatorRegistryI.cpp
@@ -295,11 +295,11 @@ LocatorRegistryI::setAdapterDirectProxy(const AMI_Adapter_setDirectProxyPtr& ami
amiCB->ice_response();
return;
}
- catch(const AdapterExistsException& ex)
+ catch(const AdapterExistsException&)
{
// Continue
}
- catch(const AdapterNotExistException& ex)
+ catch(const AdapterNotExistException&)
{
throw Ice::AdapterNotFoundException(); // Dynamic registration not allowed on the master.
}