#include <Process.h>
Inheritance diagram for ACE_Managed_Process:
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! |
Definition at line 596 of file Process.h.
|
Make sure that we're allocated dynamically!
Definition at line 1244 of file Process.cpp.
01245 { 01246 } |
|
Cleanup by deleting
Reimplemented from ACE_Process. Definition at line 1249 of file Process.cpp.
01250 { 01251 delete this; 01252 } |