summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
index 95c8ad48f15..b1195799e0e 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
@@ -33,18 +33,18 @@ void
TAO_EC_Reactive_Dispatching::push (TAO_EC_ProxyPushSupplier* proxy,
RtecEventComm::PushConsumer_ptr consumer,
const RtecEventComm::EventSet& event,
- TAO_EC_QOS_Info&,
- CORBA::Environment& ACE_TRY_ENV)
+ TAO_EC_QOS_Info&
+ TAO_ENV_ARG_DECL)
{
- proxy->reactive_push_to_consumer (consumer, event, ACE_TRY_ENV);
+ proxy->reactive_push_to_consumer (consumer, event TAO_ENV_ARG_PARAMETER);
}
void
TAO_EC_Reactive_Dispatching::push_nocopy (TAO_EC_ProxyPushSupplier* proxy,
RtecEventComm::PushConsumer_ptr consumer,
RtecEventComm::EventSet& event,
- TAO_EC_QOS_Info&,
- CORBA::Environment& ACE_TRY_ENV)
+ TAO_EC_QOS_Info&
+ TAO_ENV_ARG_DECL)
{
- proxy->reactive_push_to_consumer (consumer, event, ACE_TRY_ENV);
+ proxy->reactive_push_to_consumer (consumer, event TAO_ENV_ARG_PARAMETER);
}