summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 19:59:59 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 19:59:59 +0000
commite07f0257e265716e367ee19aad639b31bfd166b5 (patch)
tree3bd67f62cef397ed9cf6cf9f537c8a2024b8dffe /TAO/orbsvcs/Time_Service
parente92840f9f8e51fbddeb5d130231ff831e9c68a22 (diff)
downloadATCD-e07f0257e265716e367ee19aad639b31bfd166b5.tar.gz
ChangeLogTag: Thu Jan 25 19:56:33 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Time_Service')
-rw-r--r--TAO/orbsvcs/Time_Service/Clerk_i.cpp16
-rw-r--r--TAO/orbsvcs/Time_Service/Server_i.cpp8
2 files changed, 12 insertions, 12 deletions
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;
}