summaryrefslogtreecommitdiff
path: root/ace/Process.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 21:54:07 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-09 21:54:07 +0000
commit2ffd8ed841c9d5f527eb6731b8c8f0fcd36b516c (patch)
tree519cb06df62e1cfa9da8b6cd9404e808b2278140 /ace/Process.h
parentf233be11e6ac423124ba55625d2c49216fcdd329 (diff)
downloadATCD-2ffd8ed841c9d5f527eb6731b8c8f0fcd36b516c.tar.gz
ChangeLogTag:Mon Aug 09 16:49:45 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Process.h')
-rw-r--r--ace/Process.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Process.h b/ace/Process.h
index f2cf71cf1d9..83fae1439c5 100644
--- a/ace/Process.h
+++ b/ace/Process.h
@@ -307,10 +307,10 @@ public:
int wait (int *status = 0);
// Perform a blocking wait for the process we just created to exit.
- // The return value is platform dependent (0/-1 on UNIX and some
- // Win32 defined values on Win32). If <status> != 0, it points to
- // an integer where the function store the exit status of child
- // process to.
+ // A return value of -1 represents the wait operation failed,
+ // otherwise, the child process id is returned. If <status> != 0,
+ // it points to an integer where the function store the exit status
+ // of child process to.
int wait (const ACE_Time_Value &tv);
// Timed wait for the process we just created to exit. This