summaryrefslogtreecommitdiff
path: root/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h')
-rw-r--r--ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h
index 3c217699bb4..075f97b9531 100644
--- a/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h
+++ b/ciaosvcs/Events/CIAO_RTEC/CIAO_RTEvent.h
@@ -55,7 +55,8 @@ namespace CIAO
public:
RTEventService (CORBA::ORB_ptr orb,
- PortableServer::POA_ptr poa);
+ PortableServer::POA_ptr poa,
+ const char * ec_name);
virtual ~RTEventService (void);
@@ -138,8 +139,7 @@ namespace CIAO
private:
// @@ (GD) This is the place where use could provide a parameter
// which specifies the event channel service configuration file.
- void create_rt_event_channel (
- ACE_ENV_SINGLE_ARG_DECL)
+ void create_rt_event_channel (const char * ec_name)
ACE_THROW_SPEC ((
CORBA::SystemException));