summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:19:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-27 06:19:35 +0000
commit4fe4185a115f82c36957505e28da01b2ff616afa (patch)
treee32dc2cade83e86057f2c8a5f2fd58c86e7dbc92
parent0b69ecfd3d6565a0e0a4e8618824408a4b86bb89 (diff)
downloadATCD-4fe4185a115f82c36957505e28da01b2ff616afa.tar.gz
-rw-r--r--CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp b/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
index b6e24eb6cae..51f6cbdb50e 100644
--- a/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
+++ b/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.cpp
@@ -606,7 +606,7 @@ add_new_components ()
}
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_ERROR ((LM_ERROR, "NodeApplicationManager_Impl_Base::"
"add_new_components () exception caught.\n"));
@@ -645,7 +645,7 @@ remove_existing_components ()
for (size_t i = 0; i < gone_component_list.size (); ++i)
this->component_map_.unbind (gone_component_list[i]);
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
ACE_ERROR ((LM_ERROR, "NodeApplicationManager_Impl_Base::"
"remove_existing_components () exception caught.\n"));
@@ -1002,7 +1002,7 @@ create_node_application (const ACE_CString & options)
Deployment::NodeApplication::_duplicate (retval.in ());
}
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
this->callback_poa_->deactivate_object (cb_id.in ());