summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-29 16:35:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-29 16:35:30 +0000
commite1b76a559b3727d2fa4b11f2a6645e8e49c8d589 (patch)
treee2db99d42f7c9c99984d987a89fa6ad187e4ce6f /TAO/tao/IIOP_Connection_Handler.cpp
parent90966fe44ad459bd8fdae968bcdf99ac19d0dad9 (diff)
downloadATCD-e1b76a559b3727d2fa4b11f2a6645e8e49c8d589.tar.gz
ChangeLogTag: Fri Nov 29 11:16:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index aca7dd13b27..0e116beafbd 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -243,9 +243,12 @@ TAO_IIOP_Connection_Handler::add_transport_to_cache (void)
// Construct a property object
TAO_Base_Transport_Property prop (&endpoint);
- // Add the handler to Cache
- return this->orb_core ()->lane_resources ().transport_cache ().cache_transport (&prop,
- this->transport ());
+ TAO_Transport_Cache_Manager &cache =
+ this->orb_core ()->lane_resources ().transport_cache ();
+
+ // Idle the transport..
+ return cache.cache_idle_transport (&prop,
+ this->transport ());
}
int