#include <SSLIOP_SSL.h>
Public Types | |
| LOCK_ID = CRYPTO_LOCK_SSL | |
| enum | { LOCK_ID = CRYPTO_LOCK_SSL } | 
Static Public Member Functions | |
| ::SSL * | _duplicate (::SSL *st) | 
| Increase the reference count on the given OpenSSL structure.   | |
| ::SSL * | copy (::SSL const &st) | 
| Perform deep copy of the given OpenSSL structure.   | |
| static void | release (::SSL *st) | 
| anonymous enum | 
| ::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate | ( | ::SSL * | st | ) |  [inline, static] | 
        
Increase the reference count on the given OpenSSL structure.
| ::SSL* TAO::SSLIOP::OpenSSL_traits< ::SSL >::copy | ( | ::SSL const & | st | ) |  [inline, static] | 
        
Perform deep copy of the given OpenSSL structure.
| static void TAO::SSLIOP::OpenSSL_traits< ::SSL >::release | ( | ::SSL * | st | ) |  [inline, static] | 
        
Decrease the reference count on the given OpenSSL structure.
 1.4.7-1