From 0e42e11108b504724c024413bab191ff417f03f6 Mon Sep 17 00:00:00 2001 From: dengg Date: Wed, 18 Oct 2006 15:41:34 +0000 Subject: --- ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp index 4ef814b467c..8541a2f26d9 100644 --- a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp +++ b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp @@ -15,6 +15,7 @@ #include "ciao/CIAO_common.h" #include "SimpleAddressServer.h" #include +#include #include @@ -249,6 +250,7 @@ namespace CIAO ACE_THROW_SPEC (( CORBA::SystemException)) { + ACE_UNUSED_ARG (ev); if (CIAO::debug_level () > 10) { ACE_DEBUG ((LM_DEBUG, "------CIAO::RTEventService::push_event------\n")); @@ -307,7 +309,6 @@ namespace CIAO ACE_DEBUG ((LM_DEBUG, "CIAO::EventService_Factory_impl::create_rt_event_channel\n")); } - // @@ (GD) Anything else to do to get the svc.conf file options? TAO_EC_Default_Factory::init_svcs (); TAO_EC_Event_Channel_Attributes attributes (this->root_poa_.in (), @@ -486,6 +487,7 @@ namespace CIAO ::RtecEventChannelAdmin::EventChannel_ptr RTEventService::tao_rt_event_channel (ACE_ENV_SINGLE_ARG_DECL) + ACE_THROW_SPEC ((::CORBA::SystemException)) { return this->rt_event_channel_; } -- cgit v1.2.1