ACE_Managed_Process Class Reference

A process easily managed by ACE_Process_Manager. More...

#include <Process.h>

Inheritance diagram for ACE_Managed_Process:

Inheritance graph
[legend]
Collaboration diagram for ACE_Managed_Process:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void unmanage (void)
 Cleanup by deleting this.


Protected Member Functions

virtual ~ACE_Managed_Process (void)
 Make sure that we're allocated dynamically!


Detailed Description

A process easily managed by ACE_Process_Manager.

Definition at line 596 of file Process.h.


Constructor & Destructor Documentation

ACE_Managed_Process::~ACE_Managed_Process void   )  [protected, virtual]
 

Make sure that we're allocated dynamically!

Definition at line 1244 of file Process.cpp.

01245 {
01246 }


Member Function Documentation

void ACE_Managed_Process::unmanage void   )  [virtual]
 

Cleanup by deleting this.

Reimplemented from ACE_Process.

Definition at line 1249 of file Process.cpp.

01250 {
01251   delete this;
01252 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 12:55:34 2008 for ACE by doxygen 1.3.6