From 7a95ef60c8d108e4f059e768ab509ce80cc5f9c1 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 12 Feb 2007 07:54:49 +0000 Subject: Mon Feb 12 06:50:14 UTC 2007 Johnny Willemsen --- TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h') diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h index ceda25e79fe..d4ef0ac955e 100644 --- a/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h +++ b/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h @@ -39,13 +39,9 @@ public: // = The RtecEventChannelAdmin::ProxyPushSupplier methods... virtual void connect_push_consumer ( RtecEventComm::PushConsumer_ptr push_consumer, - const RtecEventChannelAdmin::ConsumerQOS &qos) - ACE_THROW_SPEC ((CORBA::SystemException, - RtecEventChannelAdmin::AlreadyConnected, - RtecEventChannelAdmin::TypeError)); + const RtecEventChannelAdmin::ConsumerQOS &qos); - virtual void disconnect_push_supplier (void) - ACE_THROW_SPEC ((CORBA::SystemException)); + virtual void disconnect_push_supplier (void); private: typedef TAO_EC_Default_ProxyPushSupplier BASECLASS; -- cgit v1.2.1