#include <Process.h>
Inheritance diagram for ACE_Managed_Process:


Public Methods | |
| ACE_Managed_Process () | |
| virtual void | unmanage (void) |
| Cleanup by deleting <this>. More... | |
Private Methods | |
| virtual | ~ACE_Managed_Process (void) |
| Make sure that we're allocated dynamically! More... | |
Friends | |
| class | ace_dewarn_gplusplus |
| Keep G++ happy... More... | |
Definition at line 570 of file Process.h.
|
|
Definition at line 960 of file Process.cpp.
00961 {
00962 }
|
|
|
Make sure that we're allocated dynamically!
Definition at line 964 of file Process.cpp.
00965 {
00966 }
|
|
|
Cleanup by deleting <this>.
Reimplemented from ACE_Process. Definition at line 370 of file Process.i.
00371 {
00372 delete this;
00373 }
|
|
|
Keep G++ happy...
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002