diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 00:28:02 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 00:28:02 +0000 |
commit | c8b5d4e37bd56e6a1b8007f7f266e6961d9d95e9 (patch) | |
tree | 4e52f8cdd58b75a46550936d997764c5960dbfef /ace/Process.h | |
parent | dd75a23da99e3d0c07f4be8eadf1b5160c895c51 (diff) | |
download | ATCD-c8b5d4e37bd56e6a1b8007f7f266e6961d9d95e9.tar.gz |
ChangeLogTag:Sun Aug 29 07:53:33 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Process.h')
-rw-r--r-- | ace/Process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Process.h b/ace/Process.h index 98858557b8e..9d272e2c0b7 100644 --- a/ace/Process.h +++ b/ace/Process.h @@ -279,8 +279,6 @@ protected: // Argv-style command-line arguments. }; -// ************************************************************ - class ACE_Export ACE_Process { // = TITLE @@ -303,7 +301,9 @@ public: // Destructor. pid_t spawn (ACE_Process_Options &options); - // Launch the process described by <options>. + // Launch a new process as described by <options>. Returns the + // process id of the newly spawned child on success or -1 on + // failure. pid_t wait (int *status = 0, int wait_options = 0); |