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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Handler.cpp
index 27ee3dc1e89..64b85560795 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Handler.cpp
@@ -63,7 +63,6 @@ Consumer_Handler::init (int argc,
this->notifier_->subscribe (this->receiver_,
filtering_criteria,
ACE_TRY_ENV);
- return 0;
}
ACE_CATCHANY
{
@@ -73,7 +72,7 @@ Consumer_Handler::init (int argc,
}
ACE_ENDTRY;
- ACE_NOTREACHED (return 0;)
+ return 0;
}
int