summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Notifier_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm/Notifier_Handler.cpp')
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.cpp b/TAO/examples/Event_Comm/Notifier_Handler.cpp
index 0511f768150..f39c84037a6 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.cpp
+++ b/TAO/examples/Event_Comm/Notifier_Handler.cpp
@@ -115,6 +115,9 @@ Notifier_Handler::init (int argc,
Event_Comm::Notifier::_narrow (notifier_obj.in (),
ACE_TRY_ENV);
ACE_TRY_CHECK;
+
+ return 0;
+
}
ACE_CATCHANY
{
@@ -124,5 +127,5 @@ Notifier_Handler::init (int argc,
}
ACE_ENDTRY;
- return 0;
+ ACE_NOTREACHED (return 0;)
}