TAO_SSLIOP  2.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
TAO::SSLIOP::OpenSSL_traits< ::SSL > Struct Template Reference

#include <SSLIOP_SSL.h>

Collaboration diagram for TAO::SSLIOP::OpenSSL_traits< ::SSL >:
Collaboration graph

Public Types

enum  { LOCK_ID = CRYPTO_LOCK_SSL }
 

Static Public Member Functions

::SSL * _duplicate (::SSL *st)
 Increase the reference count on the given OpenSSL structure. More...
 
::SSL * copy (::SSL const &st)
 Perform deep copy of the given OpenSSL structure. More...
 
static void release (::SSL *st)
 

Member Enumeration Documentation

anonymous enum

OpenSSL lock ID for use in OpenSSL CRYPTO_add() reference count manipulation function.

Enumerator
LOCK_ID 

Member Function Documentation

::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate ( ::SSL *  st)
inlinestatic

Increase the reference count on the given OpenSSL structure.

Note
This used to be in a function template but MSVC++ 6 can't handle function templates correctly so reproduce the code in each specialization. sigh
::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::copy ( ::SSL const &  st)
inlinestatic

Perform deep copy of the given OpenSSL structure.

static void TAO::SSLIOP::OpenSSL_traits< ::SSL >::release ( ::SSL *  st)
inlinestatic

Decrease the reference count on the given OpenSSL structure.


The documentation for this struct was generated from the following file: