summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
index 03d35384fe7..cb21f9c16aa 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.h
@@ -91,10 +91,8 @@ public:
// The following methods are documented in the base class.
virtual void close (void);
- virtual void update_consumer (const RtecEventChannelAdmin::ConsumerQOS& sub)
- ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void update_supplier (const RtecEventChannelAdmin::SupplierQOS& pub)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void update_consumer (const RtecEventChannelAdmin::ConsumerQOS& sub);
+ virtual void update_supplier (const RtecEventChannelAdmin::SupplierQOS& pub);
// Let the gateway reconnect itself to the consumer ec given exisiting QoS
void reconnect_consumer_ec(void);