summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 23:58:43 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 23:58:43 +0000
commit55872972d6fb913a92846b954a4b45ea162aa6d1 (patch)
tree3cb172483a68d0539aad3135f75649136aa92a32 /TAO/tao/default_resource.h
parent2ace386f619433969869403183155e082a539e35 (diff)
downloadATCD-55872972d6fb913a92846b954a4b45ea162aa6d1.tar.gz
ChangeLogTag:Wed Jul 21 03:20:16 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 551311386e1..19e94eb1075 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -91,6 +91,9 @@ 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
@@ -111,6 +114,14 @@ 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__)