#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,"$Id: SSLIOP_Accept_Strategy.cpp 77188 2007-02-19 12:34:36Z johnnyw $") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
ACE_RCSID | ( | SSLIOP | , | |
SSLIOP_Accept_Strategy | , | |||
"$Id: SSLIOP_Accept_Strategy.cpp 77188 2007-02-19 12:34:36Z johnnyw $" | ||||
) |
Definition at line 4 of file SSLIOP_Accept_Strategy.cpp.
00006 : SSLIOP_Accept_Strategy.cpp 77188 2007-02-19 12:34:36Z johnnyw $") 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 }