summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-29 14:42:07 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-29 14:42:07 +0000
commit1e4afba0ec10c1d710699f86db50178e2f20158c (patch)
tree6caf139aa56c0be07fead22051ae76793bd396c0
parent87f269bd6a0149b649049bfeb2ac994e18ca49bb (diff)
downloadATCD-1e4afba0ec10c1d710699f86db50178e2f20158c.tar.gz
ChangeLogTag: Tue Jul 29 09:24:16 2003 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/tao/Muxed_TMS.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp
index 68e1b7d073c..bc830ea847e 100644
--- a/TAO/tao/Muxed_TMS.cpp
+++ b/TAO/tao/Muxed_TMS.cpp
@@ -12,8 +12,6 @@
ACE_RCSID(tao, Muxed_TMS, "$Id$")
-static int kush = 0;
-
TAO_Muxed_TMS::TAO_Muxed_TMS (TAO_Transport *transport)
: TAO_Transport_Mux_Strategy (transport)
, request_id_generator_ (0)
@@ -222,12 +220,9 @@ TAO_Muxed_TMS::clear_cache (void)
this->dispatcher_table_.begin ();
i != end;
++i)
- {
- CORBA::ULong request_id = (*i).ext_id_;
ubs.push ((*i).int_id_);
- this->dispatcher_table_.unbind (request_id);
- }
+ this->dispatcher_table_.unbind_all ();
size_t sz = ubs.size ();
for (size_t k = 0 ; k != sz ; ++k)
@@ -236,7 +231,6 @@ TAO_Muxed_TMS::clear_cache (void)
ubs.pop (rd);
- kush = 1;
rd->connection_closed ();
}