#include "orbsvcs/SSLIOP/SSLIOP_ClientCredentials.h"
#include "orbsvcs/SSLIOP/SSLIOP_OwnCredentials.h"
Include dependency graph for SSLIOP_ClientCredentials.cpp:
Go to the source code of this file.
Functions | |
ACE_RCSID (SSLIOP, SSLIOP_ClientCredentials,"$Id: SSLIOP_ClientCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO |
ACE_RCSID | ( | SSLIOP | , | |
SSLIOP_ClientCredentials | , | |||
"$Id: SSLIOP_ClientCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $" | ||||
) |
Definition at line 7 of file SSLIOP_ClientCredentials.cpp.
00009 : SSLIOP_ClientCredentials.cpp 77001 2007-02-12 07:54:49Z johnnyw $") 00010 00011 00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00013 00014 TAO::SSLIOP::ClientCredentials::ClientCredentials ( 00015 X509 * cert, 00016 EVP_PKEY *evp, 00017 SSL * ssl) 00018 : SSLIOP_Credentials (cert, evp), 00019 ssl_ (TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate (ssl)) 00020 { 00021 }