summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Cache_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Cache_Manager.cpp')
-rw-r--r--TAO/tao/Transport_Cache_Manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Cache_Manager.cpp b/TAO/tao/Transport_Cache_Manager.cpp
index ea6e9c3b7c3..9646c36aca5 100644
--- a/TAO/tao/Transport_Cache_Manager.cpp
+++ b/TAO/tao/Transport_Cache_Manager.cpp
@@ -228,7 +228,7 @@ TAO_Transport_Cache_Manager::make_idle_i (HASH_MAP_ENTRY *&entry)
{
if (entry == 0)
return -1;
-
+
// First get the entry again (if at all things had changed in the
// cache map in the mean time)
HASH_MAP_ENTRY *new_entry = 0;
@@ -265,7 +265,7 @@ TAO_Transport_Cache_Manager::close_i (ACE_Handle_Set &handle_set)
if ((*iter).int_id_.recycle_state () != ACE_RECYCLABLE_CLOSED)
{
-#if 0
+#if 0
// @@ This code from Connection_Cache_Manager disappeared
// during the changeover; we need the functional equivalent back.
// The problem is that with the locking stuff that we're putting