summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-18 15:41:34 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-18 15:41:34 +0000
commit0e42e11108b504724c024413bab191ff417f03f6 (patch)
tree40efefad0d146e32142f9a7f2b65cdbe10ec9f7f
parentc12e2ed45140bd212a23f26884e2fe60548e1956 (diff)
downloadATCD-0e42e11108b504724c024413bab191ff417f03f6.tar.gz
-rw-r--r--ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.cpp4
1 files changed, 3 insertions, 1 deletions
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 <tao/ORB_Core.h>
+#include <orbsvcs/CosNamingC.h>
#include <sstream>
@@ -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_;
}