ACE_Cleanup Class Reference

Base class for objects that are cleaned by ACE_Object_Manager. More...

#include <Cleanup.h>

Inheritance diagram for ACE_Cleanup:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 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.


Detailed Description

Base class for objects that are cleaned by ACE_Object_Manager.

Definition at line 44 of file Cleanup.h.


Constructor & Destructor Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_Cleanup::ACE_Cleanup void   ) 
 

No-op constructor.

Definition at line 8 of file Cleanup.inl.

00009 {
00010 }

ACE_Cleanup::~ACE_Cleanup void   )  [virtual]
 

Destructor.

Definition at line 24 of file Cleanup.cpp.

00025 {
00026 }


Member Function Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_Cleanup::cleanup void *  param = 0  )  [virtual]
 

Cleanup method that, by default, simply deletes itself.

Reimplemented in ACE_Singleton< TYPE, ACE_LOCK >, and ACE_TSS_Singleton< TYPE, ACE_LOCK >.

Definition at line 18 of file Cleanup.cpp.

00019 {
00020   delete this;
00021 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:20:38 2006 for ACE by doxygen 1.3.6