summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Thread_Pool.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:19:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:19:27 +0000
commit8f169abf2704e47fb236c71b7328cfe76530c185 (patch)
tree903a8deac70916640b410b4bd9ff1dee8a83cc7b /TAO/tao/RTCORBA/Thread_Pool.cpp
parent39c2954071f9c9a5f71c72953c2c0264eb291c91 (diff)
downloadATCD-8f169abf2704e47fb236c71b7328cfe76530c185.tar.gz
Thu Jan 25 19:16:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTCORBA/Thread_Pool.cpp')
-rw-r--r--TAO/tao/RTCORBA/Thread_Pool.cpp6
1 files changed, 2 insertions, 4 deletions
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
);