#include "ace/Process.h"#include "ace/ARGV.h"#include "ace/Auto_Ptr.h"#include "ace/Signal.h"#include "ace/SString.h"#include "ace/Log_Msg.h"#include "ace/OS_NS_stdio.h"#include "ace/OS_NS_stdlib.h"#include "ace/OS_NS_sys_socket.h"#include "ace/OS_NS_errno.h"#include "ace/OS_NS_string.h"#include "ace/OS_NS_unistd.h"#include "ace/OS_Memory.h"#include "ace/Countdown_Time.h"#include "ace/Truncate.h"Include dependency graph for Process.cpp:

Go to the source code of this file.
Functions | |
| static void | sigchld_nop (int, siginfo_t *, ucontext_t *) |
| static void sigchld_nop | ( | int | , | |
| siginfo_t * | , | |||
| ucontext_t * | ||||
| ) | [static] |
Definition at line 36 of file Process.cpp.
Referenced by ACE_Process_Manager::wait(), and ACE_Process::wait().
1.4.7