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 595 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 1266 of file Process.cpp.

01267 {
01268 }


Member Function Documentation

void ACE_Managed_Process::unmanage ( void   )  [virtual]

Cleanup by deleting this.

Reimplemented from ACE_Process.

Definition at line 1271 of file Process.cpp.

01272 {
01273   delete this;
01274 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:17 2010 for ACE by  doxygen 1.4.7