From ef90f48326d00ec9fcb44bc43ac249e4617d7cb7 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Wed, 2 Nov 2005 07:13:04 +0000 Subject: ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman --- TAO/tao/Muxed_TMS.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TAO/tao/Muxed_TMS.cpp') diff --git a/TAO/tao/Muxed_TMS.cpp b/TAO/tao/Muxed_TMS.cpp index 5e8e70d012a..8afed3554fe 100644 --- a/TAO/tao/Muxed_TMS.cpp +++ b/TAO/tao/Muxed_TMS.cpp @@ -11,6 +11,8 @@ ACE_RCSID (tao, Muxed_TMS, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + TAO_Muxed_TMS::TAO_Muxed_TMS (TAO_Transport *transport) : TAO_Transport_Mux_Strategy (transport) , request_id_generator_ (0) @@ -201,7 +203,7 @@ TAO_Muxed_TMS::clear_cache (void) if (this->dispatcher_table_.current_size () == 0) return -1; - REQUEST_DISPATCHER_TABLE::ITERATOR end = + REQUEST_DISPATCHER_TABLE::ITERATOR const end = this->dispatcher_table_.end (); ACE_Unbounded_Stack ubs; @@ -213,7 +215,7 @@ TAO_Muxed_TMS::clear_cache (void) ubs.push ((*i).int_id_); this->dispatcher_table_.unbind_all (); - size_t sz = ubs.size (); + size_t const sz = ubs.size (); for (size_t k = 0 ; k != sz ; ++k) { @@ -227,3 +229,4 @@ TAO_Muxed_TMS::clear_cache (void) return 0; } +TAO_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.1