diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-31 20:56:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-31 20:56:31 +0000 |
commit | 7181663a53162bbc35f9737121361b3ac6c4d9b6 (patch) | |
tree | 77b8186e3fa6373fd1c7c68a2d62986c632f2922 /ace/Process_Manager.h | |
parent | 4912df4bd2c193d7414257bd093017f69a2b6f57 (diff) | |
download | ATCD-7181663a53162bbc35f9737121361b3ac6c4d9b6.tar.gz |
ChangeLogTag:Tue Aug 31 15:54:56 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Process_Manager.h')
-rw-r--r-- | ace/Process_Manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Process_Manager.h b/ace/Process_Manager.h index 0074a752fc1..0cf697e2d38 100644 --- a/ace/Process_Manager.h +++ b/ace/Process_Manager.h @@ -159,9 +159,9 @@ public: // Block until pid exits or <timeout> expires. // Returns 0 on success and -1 on failure. - int wait (pid_t pid = -(ACE_OS::getpid( )), - int *stat_loc = 0, - int options = WNOHANG ); + int wait (pid_t pid, + int *stat_loc, + int options); // Reap the result of a single process by calling <ACE_OS::wait>. // If the child is successfully reaped, <remove> is called // automatically. Note that this method can be portably called |