summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp
index 8d421d257c4..94a9fa71c74 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp
@@ -656,7 +656,7 @@ TAO_Storable_Naming_Context::make_new_context (
poa->activate_object_with_id (id.in (),
context);
}
- catch (const PortableServer::POA::ObjectAlreadyActive& ex)
+ catch (const PortableServer::POA::ObjectAlreadyActive&)
{
ACE_THROW_RETURN (CosNaming::NamingContext::AlreadyBound(),
CosNaming::NamingContext::_nil ());
@@ -1156,14 +1156,14 @@ TAO_Storable_Naming_Context::bind_new_context (const CosNaming::Name& n)
bind_context (n,
result.in ());
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
{
try
{
result->destroy ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
// Do nothing?
}