ACE_SSL
6.1.0
|
#include <SSL_Initializer.h>
Public Member Functions | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Create ACE_SSL_Context singleton. | |
virtual int | fini (void) |
Do cleanup of SSL library. | |
Static Public Member Functions | |
static int | static_init (void) |
Used to force the initialization of ACE_SSL. |
int ACE_SSL_Initializer::fini | ( | void | ) | [virtual] |
Do cleanup of SSL library.
Reimplemented from ACE_Shared_Object.
int ACE_SSL_Initializer::init | ( | int | argc, |
ACE_TCHAR * | argv[] | ||
) | [virtual] |
Create ACE_SSL_Context singleton.
Reimplemented from ACE_Shared_Object.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL int ACE_SSL_Initializer::static_init | ( | void | ) | [static] |
Used to force the initialization of ACE_SSL.