diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
commit | d0301acb799b1d5696713ab42034305f45c4e93e (patch) | |
tree | 0b8f08656d6028906c0e09a18adefbaf4165625e /tao/Acceptor_Impl.h | |
parent | 69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff) | |
download | ATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz |
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tao/Acceptor_Impl.h')
-rw-r--r-- | tao/Acceptor_Impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tao/Acceptor_Impl.h b/tao/Acceptor_Impl.h index b7ed30357dd..38a2e55f7f8 100644 --- a/tao/Acceptor_Impl.h +++ b/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. |