summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
index 08045f4d155..c710bc98b03 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp
@@ -29,19 +29,12 @@ TAO_Notify_ProxyPushConsumer::release (void)
CosNotifyChannelAdmin::ProxyType
TAO_Notify_ProxyPushConsumer::MyType (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ))
{
return CosNotifyChannelAdmin::PUSH_ANY;
}
void
TAO_Notify_ProxyPushConsumer::push (const CORBA::Any& any)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , CosEventComm::Disconnected
- ))
{
// Check if we should proceed at all.
if (this->admin_properties().reject_new_events () == 1
@@ -59,10 +52,6 @@ TAO_Notify_ProxyPushConsumer::push (const CORBA::Any& any)
void
TAO_Notify_ProxyPushConsumer::connect_any_push_supplier (CosEventComm::PushSupplier_ptr push_supplier)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- , CosEventChannelAdmin::AlreadyConnected
- ))
{
// Convert Supplier to Base Type
TAO_Notify_PushSupplier *supplier;
@@ -77,9 +66,6 @@ TAO_Notify_ProxyPushConsumer::connect_any_push_supplier (CosEventComm::PushSuppl
}
void TAO_Notify_ProxyPushConsumer::disconnect_push_consumer (void)
- ACE_THROW_SPEC ((
- CORBA::SystemException
- ))
{
TAO_Notify_ProxyPushConsumer::Ptr guard( this );
this->destroy ();