summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
index 47ba784ff79..db232316c29 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp
@@ -216,12 +216,12 @@ ImR_Activator_i::fini (void)
this->registration_token_);
}
}
- catch (const CORBA::COMM_FAILURE& ex)
+ catch (const CORBA::COMM_FAILURE&)
{
if (debug_ > 1)
ACE_DEBUG ((LM_DEBUG, "ImR Activator: Unable to unregister from ImR.\n"));
}
- catch (const CORBA::TRANSIENT& ex)
+ catch (const CORBA::TRANSIENT&)
{
if (debug_ > 1)
ACE_DEBUG ((LM_DEBUG, "ImR Activator: Unable to unregister from ImR.\n"));