diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 02:58:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 02:58:14 +0000 |
commit | 07ebab7f1554bcd0f0d0d4e31cf65ed2adb4a902 (patch) | |
tree | 44e8c1f011066deb064044df7207ff853169affe /ace/Process.h | |
parent | b63550f95bc197d01373815e8f076cb290183bea (diff) | |
download | ATCD-07ebab7f1554bcd0f0d0d4e31cf65ed2adb4a902.tar.gz |
.
Diffstat (limited to 'ace/Process.h')
-rw-r--r-- | ace/Process.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/ace/Process.h b/ace/Process.h index 669f7ac5c17..2c72c54acaf 100644 --- a/ace/Process.h +++ b/ace/Process.h @@ -120,21 +120,15 @@ public: // path to run a process, this method *must* be called! Returns 0 // on success, -1 on failure. - int command_line (LPTSTR argv[]); int command_line (LPCTSTR argv[]); // Same as above in argv format. <argv> must be null terminated. - // @@ The non-const version is provided only for backwards - // compatibility u_long creation_flags (void) const; - // Get. + // Get the creation flags. void creation_flags (u_long); - // Set. + // Set the creation flags. - // ************************************************************ - // = These operations are used by ACE_Process to retrieve options - // values. - // ************************************************************ + // = <ACE_Process> uses these operations to retrieve option values. LPTSTR working_directory (void); // Current working directory. Returns "" if nothing has been set. |