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.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
index b1195799e0e..71f099ef2f3 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.cpp
@@ -34,9 +34,9 @@ TAO_EC_Reactive_Dispatching::push (TAO_EC_ProxyPushSupplier* proxy,
RtecEventComm::PushConsumer_ptr consumer,
const RtecEventComm::EventSet& event,
TAO_EC_QOS_Info&
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
{
- proxy->reactive_push_to_consumer (consumer, event TAO_ENV_ARG_PARAMETER);
+ proxy->reactive_push_to_consumer (consumer, event ACE_ENV_ARG_PARAMETER);
}
void
@@ -44,7 +44,7 @@ TAO_EC_Reactive_Dispatching::push_nocopy (TAO_EC_ProxyPushSupplier* proxy,
RtecEventComm::PushConsumer_ptr consumer,
RtecEventComm::EventSet& event,
TAO_EC_QOS_Info&
- TAO_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL)
{
- proxy->reactive_push_to_consumer (consumer, event TAO_ENV_ARG_PARAMETER);
+ proxy->reactive_push_to_consumer (consumer, event ACE_ENV_ARG_PARAMETER);
}