summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-25 07:07:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-25 07:07:55 +0000
commit1a544d46d7382676c3f2e3ac18dcd5013c44f8be (patch)
tree797fee3d6a62b44a8f90cdb6477ec39189331770
parent1f6ba5a4ab54f957d4d02ddb8572389c9a175b55 (diff)
downloadATCD-1a544d46d7382676c3f2e3ac18dcd5013c44f8be.tar.gz
ChangeLogTag: Fri Mar 25 07:07:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp
index f9e5980cc0b..39abaf9da0b 100644
--- a/TAO/tao/ImR_Client/ImR_Client.cpp
+++ b/TAO/tao/ImR_Client/ImR_Client.cpp
@@ -150,7 +150,9 @@ namespace TAO
ACE_TRY_NEW_ENV
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "Notifing IMR of Shutdown server:%s\n", poa->the_name()));
+ ACE_DEBUG ((LM_DEBUG,
+ "Notifying IMR of Shutdown server:%s\n",
+ poa->the_name()));
// ATTENTION: Trick locking here, see class header for details
TAO::Portable_Server::Non_Servant_Upcall non_servant_upcall (*poa);
@@ -161,7 +163,8 @@ namespace TAO
ImplementationRepository::Administration::_narrow (imr.in () ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
- imr_locator->server_is_shutting_down (poa->name().c_str () ACE_ENV_ARG_PARAMETER);
+ imr_locator->server_is_shutting_down (poa->name().c_str ()
+ ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
}
ACE_CATCH (CORBA::COMM_FAILURE, ex)
@@ -173,7 +176,8 @@ namespace TAO
}
ACE_CATCHANY
{
- ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION, "POA::imr_notify_shutdown()");
+ ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
+ "ImR_Client_Adapter_Impl::imr_notify_shutdown()");
// Ignore exceptions
}
ACE_ENDTRY;