#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_.
Definition at line 40 of file TSS_Adapter.h.
|
||||||||||||
|
Initialize the adapter.
Definition at line 17 of file TSS_Adapter.cpp.
|
|
|
Perform the cleanup operation.
Definition at line 25 of file TSS_Adapter.cpp. References ts_obj_. Referenced by ACE_TSS_C_cleanup().
|
|
|
The real cleanup routine for ts_obj;.
Definition at line 55 of file TSS_Adapter.h. |
|
|
The real TS object.
Definition at line 52 of file TSS_Adapter.h. Referenced by cleanup(). |
1.3.6