summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/notifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/notifier.cpp')
-rw-r--r--TAO/examples/Event_Comm/notifier.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/Event_Comm/notifier.cpp b/TAO/examples/Event_Comm/notifier.cpp
index 8e348b1df5b..179ca3ace0e 100644
--- a/TAO/examples/Event_Comm/notifier.cpp
+++ b/TAO/examples/Event_Comm/notifier.cpp
@@ -22,8 +22,7 @@ Notifier::run (void)
{
ACE_TRY_NEW_ENV
{
- ns_.run (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_TRY_CHECK;
+ ns_.run ();
}
ACE_CATCHANY
{
@@ -37,7 +36,6 @@ Notifier::Notifier (int argc, char *argv[])
ACE_TRY_NEW_ENV
{
ns_.init (argc, argv ACE_ENV_ARG_PARAMETER);
- ACE_TRY_CHECK;
}
ACE_CATCHANY
{