summaryrefslogtreecommitdiff
path: root/TAO/tao/Acceptor_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 12:22:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 12:22:19 +0000
commit9646a9eacfaab746b1267970405b03040ed17e01 (patch)
tree2e2c9a20f6b7238c328c52233275cf1c00aad1d9 /TAO/tao/Acceptor_Impl.h
parent9916d799954a4df1d252faee26f14130afd4f27b (diff)
downloadATCD-9646a9eacfaab746b1267970405b03040ed17e01.tar.gz
Tue Apr 26 12:21:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Acceptor_Impl.h: * tao/Acceptor_Impl.cpp: * tao/Acceptor_Registry.h: * tao/Adapter_Registry.h: * tao/Bind_Dispatcher_Guard.h: * tao/Blocked_Connect_Strategy.h: * tao/Blocked_Connect_Strategy.cpp: * tao/Cleanup_Func_Registry.h: * tao/Collocated_Invocation.cpp: * tao/LF_Event_Loop_Thread_Helper.inl: * tao/LF_Follower_Auto_Adder.inl: * tao/Leader_Follower.cpp: * tao/Queued_Message.h: * tao/Transport_Cache_Manager_T.cpp: * tao/Wait_On_LF_No_Upcall.h: * tao/Wait_On_LF_No_Upcall.cpp: * tao/Wait_On_Reactor.h: * tao/Wait_On_Read.h: Doxygen changes
Diffstat (limited to 'TAO/tao/Acceptor_Impl.h')
-rw-r--r--TAO/tao/Acceptor_Impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Acceptor_Impl.h b/TAO/tao/Acceptor_Impl.h
index b7ed30357dd..38a2e55f7f8 100644
--- a/TAO/tao/Acceptor_Impl.h
+++ b/TAO/tao/Acceptor_Impl.h
@@ -70,8 +70,7 @@ public:
* TAO_Server_Strategy_Factory, it activates the Svc_Handler to run
* in its own thread.
*/
- int activate_svc_handler (SVC_HANDLER *svc_handler,
- void *arg);
+ int activate_svc_handler (SVC_HANDLER *svc_handler, void *arg);
protected:
/// Pointer to the ORB Core.