summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h
index 45b8002f12b..7c39f234645 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedConsumerAdmin.h
@@ -49,8 +49,7 @@ public:
void for_each (TAO_ESF_Worker<TAO_CEC_ProxyPushSupplier> *worker);
/// Invoke the typed event on all the consumers
- virtual void invoke (const TAO_CEC_TypedEvent& typed_event)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ virtual void invoke (const TAO_CEC_TypedEvent& typed_event);
/// Used to inform the EC that a Supplier has connected or
/// disconnected from it.
@@ -64,22 +63,16 @@ public:
// = The CosTypedEventChannelAdmin::TypedConsumerAdmin methods...
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr
- obtain_typed_push_supplier (const char * uses_interface)
- ACE_THROW_SPEC ((CORBA::SystemException,
- CosTypedEventChannelAdmin::NoSuchImplementation));
+ obtain_typed_push_supplier (const char * uses_interface);
virtual CosTypedEventChannelAdmin::TypedProxyPullSupplier_ptr
- obtain_typed_pull_supplier (const char * supported_interface)
- ACE_THROW_SPEC ((CORBA::SystemException,
- CosTypedEventChannelAdmin::InterfaceNotSupported));
+ obtain_typed_pull_supplier (const char * supported_interface);
// = The CosEventChannelAdmin::ConsumerAdmin methods...
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr
- obtain_push_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ obtain_push_supplier (void);
virtual CosEventChannelAdmin::ProxyPullSupplier_ptr
- obtain_pull_supplier (void)
- ACE_THROW_SPEC ((CORBA::SystemException));
+ obtain_pull_supplier (void);
// = The PortableServer::ServantBase methods
virtual PortableServer::POA_ptr _default_POA (void);