Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Cleanup Class Reference

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

#include <OS.h>

Inheritance diagram for ACE_Cleanup:

Inheritance graph
[legend]
List of all members.

Public Methods

 ACE_Cleanup (void)
 No-op constructor. More...

virtual ~ACE_Cleanup (void)
 Destructor. More...

virtual void cleanup (void *param=0)
 Cleanup method that, by default, simply deletes itself. More...


Detailed Description

Base class for objects that are cleaned by ACE_Object_Manager.


Constructor & Destructor Documentation

ACE_INLINE ACE_Cleanup::ACE_Cleanup void   
 

No-op constructor.

ACE_Cleanup::~ACE_Cleanup void    [virtual]
 

Destructor.


Member Function Documentation

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

Cleanup method that, by default, simply deletes itself.

Reimplemented in ACE_Singleton, and ACE_TSS_Singleton.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 17:06:03 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001