summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Consumer_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Consumer_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Handler.cpp
index a3ac7378c5c..ed40e2a714f 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Handler.cpp
@@ -74,8 +74,7 @@ Consumer_Handler::init (int argc,
}
catch (const CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Consumer_Handler::init\n");
+ ex._tao_print_exception ("Consumer_Handler::init\n");
return -1;
}
@@ -108,8 +107,7 @@ Consumer_Handler::get_notifier (void)
}
catch (const CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Consumer_Handler::get_notifier\n");
+ ex._tao_print_exception ("Consumer_Handler::get_notifier\n");
return -1;
}