diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-11-09 02:12:36 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-11-09 02:12:36 +0000 |
commit | 866f519e32a221f2883c427cceffa0e7d9320bbe (patch) | |
tree | 8864311addf7d4314cc42f19996f79e30e140955 /TAO | |
parent | e6dfb7dcffebacdfa5910f40b0f08bb3040f2444 (diff) | |
download | ATCD-866f519e32a221f2883c427cceffa0e7d9320bbe.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Connection_Cache_Manager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Connection_Cache_Manager.cpp b/TAO/tao/Connection_Cache_Manager.cpp index c9fb415a3b3..00c34094cdf 100644 --- a/TAO/tao/Connection_Cache_Manager.cpp +++ b/TAO/tao/Connection_Cache_Manager.cpp @@ -233,7 +233,6 @@ int TAO_Connection_Cache_Manager::close_i (ACE_Handle_Set &handle_set) { - cout <<"Size of map " <<this->cache_map_.current_size () <<endl; for (HASH_MAP_ITER iter = this->cache_map_.begin (); iter != this->cache_map_.end (); ++iter) @@ -258,7 +257,7 @@ TAO_Connection_Cache_Manager::close_i (ACE_Handle_Set &handle_set) // Unbind all the entries in the map this->cache_map_.unbind_all (); - + return 0; } |