#include <Cleanup.h>
Inheritance diagram for ACE_Cleanup:
Public Methods | |
ACE_Cleanup (void) | |
No-op constructor. | |
virtual | ~ACE_Cleanup (void) |
Destructor. | |
virtual void | cleanup (void *param=0) |
Cleanup method that, by default, simply deletes itself. |
|
No-op constructor.
|
|
Destructor.
|
|
Cleanup method that, by default, simply deletes itself.
Reimplemented in ACE_Singleton< TYPE, ACE_LOCK >, and ACE_TSS_Singleton< TYPE, ACE_LOCK >. |