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 589 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 1191 of file Process.cpp.

01192 {
01193 }


Member Function Documentation

void ACE_Managed_Process::unmanage void   )  [virtual]
 

Cleanup by deleting this.

Reimplemented from ACE_Process.

Definition at line 1196 of file Process.cpp.

01197 {
01198   delete this;
01199 }


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