summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index b31086ebe96..e7097046bef 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -92,20 +92,12 @@ public:
TAO_ALLOCATOR_THREAD_LOCK
};
- // = Reactor mappings strategy
- enum
- {
- TAO_SINGLE_REACTOR,
- TAO_REACTOR_PER_PRIORITY
- };
-
/// Modify and get the source for the CDR allocators
int cdr_allocator_source (void);
// = Resource Retrieval
virtual int use_tss_resources (void) const;
virtual int use_locked_data_blocks (void) const;
- virtual TAO_Reactor_Registry *get_reactor_registry (void);
virtual ACE_Reactor *get_reactor (void);
virtual void reclaim_reactor (ACE_Reactor *);
virtual TAO_Acceptor_Registry *get_acceptor_registry (void);