diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-08-08 17:24:07 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-08-08 17:24:07 +0000 |
commit | 7785a3154f5cd8b025b382c226747b6965baf80c (patch) | |
tree | 66afae14e51a33310792b8b02d1d90f4c48b4d13 /TAO/tao/Muxed_TMS.cpp | |
parent | f03f65c0f21ad7a4c5ecb33dea74a92a508874a0 (diff) | |
download | ATCD-7785a3154f5cd8b025b382c226747b6965baf80c.tar.gz |
ChangeLogTag: Wed Aug 8 12:16:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Muxed_TMS.cpp')
-rw-r--r-- | TAO/tao/Muxed_TMS.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp index 1975af86fb9..6e4016f402c 100644 --- a/TAO/tao/Muxed_TMS.cpp +++ b/TAO/tao/Muxed_TMS.cpp @@ -125,11 +125,10 @@ void TAO_Muxed_TMS::connection_closed (void) { ACE_GUARD (TAO_SYNCH_MUTEX, ace_mon, this->lock_); - // @@ This should be done using a mutex, the table REQUEST_DISPATCHER_TABLE::ITERATOR end = - this->dispatcher_table_.begin (); + this->dispatcher_table_.end (); for (REQUEST_DISPATCHER_TABLE::ITERATOR i = this->dispatcher_table_.begin (); i != end; |