#include <TSS_Adapter.h>
Public Member Functions | |
ACE_TSS_Adapter (void *object, ACE_THR_DEST f) | |
Initialize the adapter. | |
void | cleanup (void) |
Perform the cleanup operation. | |
Public Attributes | |
void *const | ts_obj_ |
The real TS object. | |
ACE_THR_DEST | func_ |
The real cleanup routine for ts_obj;. |
Objects of this class are stored in thread specific storage. ts_obj_ points to the "real" object and func_ is a pointer to the C++ cleanup function for ts_obj_.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_TSS_Adapter::ACE_TSS_Adapter | ( | void * | object, | |
ACE_THR_DEST | f | |||
) |
Initialize the adapter.
void ACE_TSS_Adapter::cleanup | ( | void | ) |
Perform the cleanup operation.
void* const ACE_TSS_Adapter::ts_obj_ |
The real TS object.
ACE_THR_DEST ACE_TSS_Adapter::func_ |
The real cleanup routine for ts_obj;.