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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
index d8f1af428fe..10e227d42ee 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
@@ -31,8 +31,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "EC_Defaults.h"
-
class TAO_EC_SupplierFiltering;
class TAO_ORBSVCS_Export TAO_EC_Default_Factory : public TAO_EC_Factory
@@ -101,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
@@ -126,7 +120,6 @@ private:
int supplier_filtering_;
int timeout_;
int observer_;
- int scheduling_;
int supplier_set_;
int consumer_lock_;
int supplier_lock_;