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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 19e94eb1075..551311386e1 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -91,9 +91,6 @@ public:
virtual TAO_ProtocolFactorySet *get_protocol_factories (void);
virtual int init_protocol_factories (void);
- virtual TAO_Resource_Factory::Caching_Strategy connection_caching_strategy_type (void) const;
- virtual double purge_percentage (void) const;
-
protected:
virtual ACE_Reactor_Impl *allocate_reactor_impl (void) const;
// Obtain the reactor implementation
@@ -114,14 +111,6 @@ protected:
TAO_ProtocolFactorySet protocol_factories_;
// list of loaded protocol factories.
-
- TAO_Resource_Factory::Caching_Strategy connection_caching_type_;
- // Specifies the typeof caching strategy we should use for
- // connection management.
-
- double purge_percentage_;
- // Specifies the percentage of entries which should get purged on
- // demand.
};
#if defined (__ACE_INLINE__)