#include "orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.h"
Include dependency graph for SSLIOP_Accept_Strategy.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_Accept_Strategy,"SSLIOP_Accept_Strategy.cpp, v 1.5 2006/03/14 06:14:35 jtc Exp") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
|
Definition at line 4 of file SSLIOP_Accept_Strategy.cpp. References TAO_BEGIN_VERSIONED_NAMESPACE_DECL.
00006 :14:35 jtc Exp") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 TAO::SSLIOP::Accept_Strategy::Accept_Strategy ( 00011 TAO_ORB_Core * orb_core, 00012 const ACE_Time_Value & timeout) 00013 : TAO_Accept_Strategy<TAO::SSLIOP::Connection_Handler, 00014 ACE_SSL_SOCK_ACCEPTOR> (orb_core), 00015 timeout_ (timeout) 00016 { 00017 } |