diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-18 19:27:05 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-18 19:27:05 +0000 |
commit | d999f378d15e4e05b22d5a6aeec4adc086ef8613 (patch) | |
tree | 141dfe6e8587b0adf7cb25ebc8b330222b3048cc /TAO/tao/ORB_Core.h | |
parent | b8cb000008d503a5aa7d1aad90ba4b90fbf47a8f (diff) | |
download | ATCD-d999f378d15e4e05b22d5a6aeec4adc086ef8613.tar.gz |
ChangeLogTag: Fri May 18 14:23:22 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r-- | TAO/tao/ORB_Core.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h index d7665a11667..8fce4325e8a 100644 --- a/TAO/tao/ORB_Core.h +++ b/TAO/tao/ORB_Core.h @@ -55,7 +55,7 @@ class TAO_Connector_Registry; class TAO_Resource_Factory; class TAO_Client_Strategy_Factory; class TAO_Server_Strategy_Factory; -class TAO_Connection_Purging_Strategy; +class TAO_Transport_Cache_Manager; class TAO_TSS_Resources; class TAO_Reactor_Registry; @@ -141,7 +141,7 @@ public: /// This is is just a place holder, in the future the transport /// cache will be separated from the connectors and it will be a /// (potentially) TSS object. - TAO_Connection_Purging_Strategy *purging_strategy_; + TAO_Transport_Cache_Manager *transport_cache_; /// Counter for how (nested) calls this thread has made to run the /// event loop. @@ -872,8 +872,8 @@ public: /// otherwise 0. int open (CORBA::Environment &ACE_TRY_ENV); - /// Return the underlying purging strategy - TAO_Connection_Purging_Strategy *purging_strategy (void); + /// Return the underlying transport cache + TAO_Transport_Cache_Manager *transport_cache (void); /// Call the bidir_giop library to parse the policy. int parse_bidir_policy (CORBA::Policy_ptr policy, @@ -1253,8 +1253,8 @@ protected: /// The IOR parser registry. TAO_Parser_Registry parser_registry_; - /// TAO's connection purging strategy - TAO_Connection_Purging_Strategy* purging_strategy_; + /// TAO's connection cache + TAO_Transport_Cache_Manager* transport_cache_; /// BiDirectional GIOP factory TAO_BiDir_Adapter *bidir_adapter_; |