summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h b/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h
index 890f916d85d..0454161f24d 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Supplier_Filter.h
@@ -90,26 +90,26 @@ public:
/// Concrete implementations can use this methods to keep track of
/// the consumers interested in this events.
virtual void connected (TAO_EC_ProxyPushSupplier *supplier
- TAO_ENV_ARG_DECL) = 0;
+ ACE_ENV_ARG_DECL) = 0;
virtual void reconnected (TAO_EC_ProxyPushSupplier *supplier
- TAO_ENV_ARG_DECL) = 0;
+ ACE_ENV_ARG_DECL) = 0;
virtual void disconnected (TAO_EC_ProxyPushSupplier *supplier
- TAO_ENV_ARG_DECL) = 0;
+ ACE_ENV_ARG_DECL) = 0;
/// The event channel is shutting down.
- virtual void shutdown (TAO_ENV_SINGLE_ARG_DECL) = 0;
+ virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL) = 0;
/// The ProxyPushConsumer delegates on this class to actually send
/// the event.
virtual void push (const RtecEventComm::EventSet &event,
TAO_EC_ProxyPushConsumer *consumer
- TAO_ENV_ARG_DECL) = 0;
+ ACE_ENV_ARG_DECL) = 0;
/// Events are first scheduled by the TAO_EC_Scheduling_Strategy,
/// and then pushed through this class again.
virtual void push_scheduled_event (RtecEventComm::EventSet &event,
const TAO_EC_QOS_Info &event_info
- TAO_ENV_ARG_DECL) = 0;
+ ACE_ENV_ARG_DECL) = 0;
/// Increment and decrement the reference count, locking must be
/// provided by the user.
@@ -126,7 +126,7 @@ public:
const TAO_EC_QOS_Info &event_info);
virtual void work (TAO_EC_ProxyPushSupplier *supplier
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
private:
/// The event we push on each case, use a reference to avoid copies.