diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-30 22:15:45 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-30 22:15:45 +0000 |
commit | 4651aa6f7eae615431888efa4f31a8309e44509f (patch) | |
tree | a3c6801f4798263e8fe0cb9d38f51f1ebb926826 /TAO/tao/Resource_Factory.h | |
parent | 62b6092eb492d90c9c73bcd23e7ffed5087493c1 (diff) | |
download | ATCD-4651aa6f7eae615431888efa4f31a8309e44509f.tar.gz |
ChangeLogTag: Tue Apr 30 17:03:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Resource_Factory.h')
-rw-r--r-- | TAO/tao/Resource_Factory.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h index 6a137f593d3..53494ecaaa6 100644 --- a/TAO/tao/Resource_Factory.h +++ b/TAO/tao/Resource_Factory.h @@ -98,7 +98,7 @@ class TAO_Export TAO_Resource_Factory : public ACE_Service_Object { public: - enum Caching_Strategy + enum Purging_Strategy { // Least Recently Used LRU, @@ -170,10 +170,6 @@ public: */ virtual int init_protocol_factories (void); - /// This accesses the connection caching strategy we use for managing - /// purging of unused entries from the connection cache on demand. - virtual Caching_Strategy connection_caching_strategy_type (void) const; - /// This denotes the maximum number of connections that can be cached. virtual int cache_maximum (void) const; |