summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.i
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-17 14:24:17 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-17 14:24:17 +0000
commit0f26b15489ae2c7a1d1de00cb019b3c8238a574f (patch)
treec4be9440656b7b04a4f231363e42ef221945623e /TAO/tao/ORB_Core.i
parentc1a6f3562c72fae20f13bd7a4b3dad5d1cdfb583 (diff)
downloadATCD-0f26b15489ae2c7a1d1de00cb019b3c8238a574f.tar.gz
ChangeLogTag: Thu May 17 08:53:33 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/ORB_Core.i')
-rw-r--r--TAO/tao/ORB_Core.i6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ORB_Core.i b/TAO/tao/ORB_Core.i
index d5cfc48f460..b80c9e3a01a 100644
--- a/TAO/tao/ORB_Core.i
+++ b/TAO/tao/ORB_Core.i
@@ -22,10 +22,10 @@ TAO_ORB_Core::_decr_refcnt (void)
return 0;
}
-ACE_INLINE TAO_Transport_Cache_Manager &
-TAO_ORB_Core::transport_cache (void)
+ACE_INLINE TAO_Connection_Purging_Strategy *
+TAO_ORB_Core::purging_strategy (void)
{
- return this->transport_cache_;
+ return this->purging_strategy_;
}