summaryrefslogtreecommitdiff
path: root/TAO/tao/Thread_Lane_Resources.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-25 13:26:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-25 13:26:05 +0000
commitd8bfde71333be17fbae6a79f2f59253b749e0af2 (patch)
tree5eab02e5e9d0dedabd102d15f6e9bb0d828e01a7 /TAO/tao/Thread_Lane_Resources.cpp
parent520bab37225c79f1c4823b88b14ead100d7e9aa6 (diff)
downloadATCD-d8bfde71333be17fbae6a79f2f59253b749e0af2.tar.gz
Diffstat (limited to 'TAO/tao/Thread_Lane_Resources.cpp')
-rw-r--r--TAO/tao/Thread_Lane_Resources.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Thread_Lane_Resources.cpp b/TAO/tao/Thread_Lane_Resources.cpp
index 6552de0463d..7aaef3345e7 100644
--- a/TAO/tao/Thread_Lane_Resources.cpp
+++ b/TAO/tao/Thread_Lane_Resources.cpp
@@ -343,8 +343,7 @@ TAO_Thread_Lane_Resources::ami_response_handler_allocator (void)
int
TAO_Thread_Lane_Resources::open_acceptor_registry (const TAO_EndpointSet &endpoint_set,
- bool ignore_address
- )
+ bool ignore_address)
{
// Access the acceptor registry.
TAO_Acceptor_Registry &ar = this->acceptor_registry ();
@@ -353,8 +352,7 @@ TAO_Thread_Lane_Resources::open_acceptor_registry (const TAO_EndpointSet &endpoi
int result = ar.open (&this->orb_core_,
this->leader_follower ().reactor (),
endpoint_set,
- ignore_address
- );
+ ignore_address);
return result;
}