diff options
author | silinoron <none@none> | 2010-08-15 13:21:26 -0700 |
---|---|---|
committer | silinoron <none@none> | 2010-08-15 13:21:26 -0700 |
commit | 05e6147621b53a6d90b57469660c2c656f83196d (patch) | |
tree | 3bbecb6641edf2e47501a854e6c667421da44b23 /externals/ace/Process.h | |
parent | e1fe290b21dadd85397eb4e415df6b2dc66aa972 (diff) | |
parent | 4d5296299b7a72c37cda56bfa885c82167066c3c (diff) |
merge
--HG--
branch : trunk
Diffstat (limited to 'externals/ace/Process.h')
-rw-r--r-- | externals/ace/Process.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/externals/ace/Process.h b/externals/ace/Process.h index 4a95b53e867..16325b9308e 100644 --- a/externals/ace/Process.h +++ b/externals/ace/Process.h @@ -4,7 +4,7 @@ /** * @file Process.h * - * $Id: Process.h 91233 2010-07-29 14:47:16Z shuston $ + * $Id: Process.h 87826 2009-11-30 14:02:40Z johnnyw $ * * @author Tim Harrison <harrison@cs.wustl.edu> */ @@ -94,14 +94,8 @@ public: /** * Set the standard handles of the new process to the respective * handles. If you want to affect a subset of the handles, make - * sure to set the others to ACE_INVALID_HANDLE. - * - * @note Any handle passed as ACE_INVALID_HANDLE will be changed to - * a duplicate of the current associated handle. For example, passing - * ACE_INVALID_HANDLE for @a std_in will cause ACE_STDIN to be - * duplicated and set in this object. - * - * @return 0 on success, -1 on failure. + * sure to set the others to ACE_INVALID_HANDLE. Returns 0 on + * success, -1 on failure. */ int set_handles (ACE_HANDLE std_in, ACE_HANDLE std_out = ACE_INVALID_HANDLE, |