ACE_TSS_Adapter Class ReferenceThis class encapsulates a TSS object and its associated C++ destructor function. It is used by the ACE_TSS... methods (in Synch_T.cpp) in order to allow an extern "C" cleanup routine to be used. Needed by the "frigging" MVS C++ compiler. More...
Detailed DescriptionThis class encapsulates a TSS object and its associated C++ destructor function. It is used by the ACE_TSS... methods (in Synch_T.cpp) in order to allow an extern "C" cleanup routine to be used. Needed by the "frigging" MVS C++ compiler.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_. Constructor & Destructor Documentation
Initialize the adapter.
Member Function Documentation
Perform the cleanup operation.
Member Data Documentation
The real TS object.
The real cleanup routine for ts_obj;.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:18:00 2008 for ACE by ![]() |