Function CSPThread::SafeDestruction()
Description:
This protected member function should be called in the des
 |
Prototype:
private: void SafeDestruction();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
IMPORTANT:This protected member function should be called by the destructor of every derived class.
|
|