summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h b/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h
index 5e518a211bf..7ebb52251b5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_ProxyConsumer.h
@@ -49,19 +49,14 @@ public:
virtual ~TAO_EC_Default_ProxyPushConsumer (void);
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 push (const RtecEventComm::EventSet& event)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void disconnect_push_consumer (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ const RtecEventChannelAdmin::SupplierQOS& qos);
+ virtual void push (const RtecEventComm::EventSet& event);
+ virtual void disconnect_push_consumer (void);
// = The Servant methods
virtual PortableServer::POA_ptr _default_POA (void);
@@ -71,8 +66,7 @@ public:
private:
virtual PortableServer::ObjectId
- object_id (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ object_id (void);
};
TAO_END_VERSIONED_NAMESPACE_DECL