summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h b/TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h
index 138c02e7d04..6a3f89b5922 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Sched_Filter_Builder.h
@@ -48,7 +48,7 @@ public:
// = The TAO_EC_Filter_Builder methods...
TAO_EC_Filter* build (TAO_EC_ProxyPushSupplier *supplier,
RtecEventChannelAdmin::ConsumerQOS& qos
- TAO_ENV_ARG_DECL) const;
+ ACE_ENV_ARG_DECL) const;
private:
/// Recursively build the filter tree.
@@ -57,14 +57,14 @@ private:
CORBA::ULong& pos,
RtecScheduler::Scheduler_ptr scheduler,
RtecScheduler::handle_t parent_info
- TAO_ENV_ARG_DECL) const;
+ ACE_ENV_ARG_DECL) const;
/// Build the name recursively...
void recursive_name (RtecEventChannelAdmin::ConsumerQOS& qos,
CORBA::ULong& pos,
RtecScheduler::Scheduler_ptr scheduler,
ACE_CString &name
- TAO_ENV_ARG_DECL) const;
+ ACE_ENV_ARG_DECL) const;
/// Count the number of children of the current node, i.e. until a
/// conjunction or disjunction starts.