#include "ace/config-all.h"
#include "tao/Versioned_Namespace.h"
#include "orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl"
Include dependency graph for SSLIOP_OpenSSL_st_T.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO |
namespace | TAO::SSLIOP |
Classes | |
class | TAO::SSLIOP::OpenSSL_st_var< T > |
"_var" class for the OpenSSL More... | |
CORBA-style Reference Count Manipulation Methods | |
These reference count manipulation methods are generally specific to OpenSSL structures. | |
template<typename T> | |
T * | TAO::SSLIOP::_duplicate (T *st) |
Increase the reference count on the given OpenSSL structure. | |
template<typename T> | |
T * | TAO::SSLIOP::copy (T const &st) |
Deep copy the given OpenSSL structure. | |
template<typename T> | |
void | TAO::SSLIOP::release (T *st) |
Decrease the reference count on the given OpenSSL structure. |