summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-12 07:54:49 +0000
commit7aa9fc442f7fa830226f128a0c72af6d3ae49905 (patch)
treeca67b90f907b4280abebcd8718d992fd8a8dd2f3 /TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h
parentfa9c845ca5d5bb3130669ce3bb53177dc26b983a (diff)
downloadATCD-7aa9fc442f7fa830226f128a0c72af6d3ae49905.tar.gz
Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h
index 2e45f985862..2da0867c22f 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_ProxyConsumer.h
@@ -34,18 +34,14 @@ public:
TAO_FTEC_ProxyPushConsumer (TAO_EC_Event_Channel_Base* event_channel);
virtual void activate (
- RtecEventChannelAdmin::ProxyPushConsumer_ptr &proxy)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ RtecEventChannelAdmin::ProxyPushConsumer_ptr &proxy);
// = The RtecEventChannelAdmin::ProxyPushConsumer methods...
virtual void connect_push_supplier (
RtecEventComm::PushSupplier_ptr push_supplier,
- const RtecEventChannelAdmin::SupplierQOS& qos)
- ACE_THROW_SPEC ((CORBA::SystemException,
- RtecEventChannelAdmin::AlreadyConnected));
- virtual void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const RtecEventChannelAdmin::SupplierQOS& qos);
+ virtual void disconnect_push_consumer (void);
const FtRtecEventChannelAdmin::ObjectId& id() const;
void get_state(FtRtecEventChannelAdmin::ProxyPushConsumerStat& state);