From 8f169abf2704e47fb236c71b7328cfe76530c185 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 25 Jan 2007 19:19:27 +0000 Subject: Thu Jan 25 19:16:12 UTC 2007 Johnny Willemsen --- TAO/tao/RTCORBA/Thread_Pool.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TAO/tao/RTCORBA/Thread_Pool.cpp') diff --git a/TAO/tao/RTCORBA/Thread_Pool.cpp b/TAO/tao/RTCORBA/Thread_Pool.cpp index ecf6b94a35b..288dae47503 100644 --- a/TAO/tao/RTCORBA/Thread_Pool.cpp +++ b/TAO/tao/RTCORBA/Thread_Pool.cpp @@ -53,8 +53,7 @@ TAO_Thread_Pool_Threads::svc (void) return 0; // Set TSS resources for this thread. - TAO_Thread_Pool_Threads::set_tss_resources (orb_core, - this->lane_); + TAO_Thread_Pool_Threads::set_tss_resources (orb_core, this->lane_); try { @@ -312,8 +311,7 @@ TAO_Thread_Lane::open (void) } // Open the acceptor registry. - int result = 0; - result = + int const result = this->resources_.open_acceptor_registry (endpoint_set, ignore_address ); -- cgit v1.2.1