#include <TSS_Adapter.h>
Public Methods | |
ACE_TSS_Adapter (void *object, ACE_THR_DEST f) | |
Initialize the adapter. | |
~ACE_TSS_Adapter (void) | |
Default dtor. | |
void | cleanup (void) |
Perform the cleanup operation. | |
Public Attributes | |
void * | 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_.
|
Initialize the adapter.
|
|
Default dtor.
|
|
Perform the cleanup operation.
|
|
The real cleanup routine for ts_obj;.
|
|
The real TS object.
|