summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h
index 2fd875e855f..9b84bca123e 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h
+++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_ConsumerControl.h
@@ -58,21 +58,21 @@ public:
* has been destroyed. The strategy has to (at the very least),
* reclaim all the resources attached to that object.
*/
- virtual void consumer_not_exist (TAO_CEC_ProxyPushSupplier *proxy,
- CORBA::Environment &);
+ virtual void consumer_not_exist (TAO_CEC_ProxyPushSupplier *proxy
+ TAO_ENV_ARG_DECL_NOT_USED);
/**
* Invoked by helper classes when they detect that a consumer no
* longer exists (i.e. _non_existent() returns true and/or the
* CORBA::OBJECT_NOT_EXIST exception has been raised).
*/
- virtual void consumer_not_exist (TAO_CEC_ProxyPullSupplier *proxy,
- CORBA::Environment &);
+ virtual void consumer_not_exist (TAO_CEC_ProxyPullSupplier *proxy
+ TAO_ENV_ARG_DECL_NOT_USED);
/// Some system exception was rasied while trying to push an event.
virtual void system_exception (TAO_CEC_ProxyPushSupplier *proxy,
- CORBA::SystemException &,
- CORBA::Environment &);
+ CORBA::SystemException &
+ TAO_ENV_ARG_DECL_NOT_USED);
};
#if defined (__ACE_INLINE__)