summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
index 4a3acc9369d..1bce35148a8 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
@@ -42,19 +42,14 @@ public:
/// Destructor
virtual ~TAO_EC_Priority_Scheduling (void);
- /// Add all the dependencies between <supplier> and <consumer>
virtual void add_proxy_supplier_dependencies (
TAO_EC_ProxyPushSupplier *supplier,
TAO_EC_ProxyPushConsumer *consumer
TAO_ENV_ARG_DECL);
-
- /// Initializes <qos_info> based on the QoS information for
- /// <consumer> and the event header.
- virtual void init_event_qos (
- const RtecEventComm::EventHeader& header,
- TAO_EC_ProxyPushConsumer *consumer,
- TAO_EC_QOS_Info& qos_info
- TAO_ENV_ARG_DECL);
+ virtual void schedule_event (const RtecEventComm::EventSet &event,
+ TAO_EC_ProxyPushConsumer *consumer,
+ TAO_EC_Supplier_Filter *filter
+ TAO_ENV_ARG_DECL);
private:
ACE_UNIMPLEMENTED_FUNC (TAO_EC_Priority_Scheduling