summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
index 4c4ac433c98..10e227d42ee 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
@@ -99,10 +99,6 @@ public:
create_observer_strategy (TAO_EC_Event_Channel*);
virtual void
destroy_observer_strategy (TAO_EC_ObserverStrategy*);
- virtual TAO_EC_Scheduling_Strategy*
- create_scheduling_strategy (TAO_EC_Event_Channel*);
- virtual void
- destroy_scheduling_strategy (TAO_EC_Scheduling_Strategy*);
virtual TAO_EC_ProxyPushSupplier_Set*
create_proxy_push_supplier_set (TAO_EC_Event_Channel*);
virtual void
@@ -124,7 +120,6 @@ private:
int supplier_filtering_;
int timeout_;
int observer_;
- int scheduling_;
int supplier_set_;
int consumer_lock_;
int supplier_lock_;