From e07f0257e265716e367ee19aad639b31bfd166b5 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Thu, 25 Jan 2007 19:59:59 +0000 Subject: ChangeLogTag: Thu Jan 25 19:56:33 UTC 2007 Chad Elliott --- TAO/orbsvcs/Time_Service/Clerk_i.cpp | 16 ++++++++-------- TAO/orbsvcs/Time_Service/Server_i.cpp | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'TAO/orbsvcs/Time_Service') diff --git a/TAO/orbsvcs/Time_Service/Clerk_i.cpp b/TAO/orbsvcs/Time_Service/Clerk_i.cpp index eebad3712a2..12c5d3a7f6a 100644 --- a/TAO/orbsvcs/Time_Service/Clerk_i.cpp +++ b/TAO/orbsvcs/Time_Service/Clerk_i.cpp @@ -279,8 +279,8 @@ Clerk_i::next_n_IORs (CosNaming::BindingIterator_var iter, } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("Unexpected exception in next_n_IORs\n")); + ex._tao_print_exception ( + ACE_TEXT ("Unexpected exception in next_n_IORs\n")); return -1; } @@ -390,8 +390,8 @@ Clerk_i::register_clerk (void) } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("(%P|%t) Exception from init_naming_service ()\n")); + ex._tao_print_exception ( + ACE_TEXT ("(%P|%t) Exception from init_naming_service ()\n")); } return 0; @@ -471,8 +471,8 @@ Clerk_i::init (int argc, } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("(%P|%t) Exception in Clerk_i::init ()\n")); + ex._tao_print_exception ( + ACE_TEXT ("(%P|%t) Exception in Clerk_i::init ()\n")); return -1; } @@ -494,8 +494,8 @@ Clerk_i::run (void) } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("(%P|%t) Exception in Clerk_i::run ()\n")); + ex._tao_print_exception ( + ACE_TEXT ("(%P|%t) Exception in Clerk_i::run ()\n")); } return 0; diff --git a/TAO/orbsvcs/Time_Service/Server_i.cpp b/TAO/orbsvcs/Time_Service/Server_i.cpp index 626dc419c58..be7e2adfc7d 100644 --- a/TAO/orbsvcs/Time_Service/Server_i.cpp +++ b/TAO/orbsvcs/Time_Service/Server_i.cpp @@ -129,8 +129,8 @@ Server_i::create_server (void) } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("Exception in Server_i::create_server ()")); + ex._tao_print_exception ( + ACE_TEXT ("Exception in Server_i::create_server ()")); return -1; } return 0; @@ -182,8 +182,8 @@ Server_i::register_server (void) } catch (const CORBA::Exception& ex) { - ACE_PRINT_EXCEPTION (ex, - ACE_TEXT("(%P|%t) Exception from Register Server ()\n")); + ex._tao_print_exception ( + ACE_TEXT ("(%P|%t) Exception from Register Server ()\n")); return -1; } -- cgit v1.2.1