#include <Process_Manager.h>
Collaboration diagram for ACE_Process_Descriptor:
Private Methods | |
ACE_Process_Descriptor (void) | |
Default ctor/dtor. | |
~ACE_Process_Descriptor (void) | |
void | dump (void) const |
Dump the state of an object. | |
Private Attributes | |
ACE_Process * | process_ |
Describes the process itself. | |
ACE_Event_Handler * | exit_notify_ |
function to call when process exits | |
Friends | |
class | ACE_Process_Manager |
|
Default ctor/dtor.
|
|
|
|
Dump the state of an object.
|
|
|
|
function to call when process exits
|
|
Describes the process itself.
|