summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h
index a2c2365d2eb..6f8b2e53b07 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedProxyPushConsumer.h
@@ -51,8 +51,7 @@ public:
/// Activate in the POA
virtual void activate (
- CosTypedEventChannelAdmin::TypedProxyPushConsumer_ptr &activated_proxy
- ACE_ENV_ARG_DECL)
+ CosTypedEventChannelAdmin::TypedProxyPushConsumer_ptr &activated_proxy)
ACE_THROW_SPEC ((CORBA::SystemException));
/// Deactivate from the POA
@@ -64,8 +63,7 @@ public:
* it is disconnected then it returns true and sets the
* <disconnected> flag.
*/
- CORBA::Boolean supplier_non_existent (CORBA::Boolean_out disconnected
- ACE_ENV_ARG_DECL);
+ CORBA::Boolean supplier_non_existent (CORBA::Boolean_out disconnected);
/// The event channel is shutting down
virtual void shutdown (void);
@@ -76,17 +74,14 @@ public:
// = The CosEventChannelAdmin::ProxyPushConsumer methods (abstract overloads)...
virtual void connect_push_supplier (
- CosEventComm::PushSupplier_ptr push_supplier
- ACE_ENV_ARG_DECL_NOT_USED)
+ CosEventComm::PushSupplier_ptr push_supplier)
ACE_THROW_SPEC ((CORBA::SystemException,
CosEventChannelAdmin::AlreadyConnected));
- virtual void push (const CORBA::Any& event
- ACE_ENV_ARG_DECL_NOT_USED)
+ virtual void push (const CORBA::Any& event)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void invoke (const TAO_CEC_TypedEvent& typed_event
- ACE_ENV_ARG_DECL)
+ virtual void invoke (const TAO_CEC_TypedEvent& typed_event)
ACE_THROW_SPEC ((CORBA::SystemException));
virtual void disconnect_push_consumer (void)
@@ -94,7 +89,6 @@ public:
// = The CosTypedEventComm::TypedPushConsumer methods (abstract overloads)...
virtual CORBA::Object_ptr get_typed_consumer (
- ACE_ENV_SINGLE_ARG_DECL_NOT_USED
)
ACE_THROW_SPEC ((CORBA::SystemException));