diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 03:58:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 03:58:48 +0000 |
commit | ff678844642f9d4631395f44a401eb0cd388e422 (patch) | |
tree | 316981b8ee2f4d616845c47c3b7c557b340a6407 /ace/ARGV.h | |
parent | b8c46d82e174d6bfaaff9c637d85f3191c1fb2e8 (diff) | |
download | ATCD-ff678844642f9d4631395f44a401eb0cd388e422.tar.gz |
ChangeLogTag:Sun Aug 29 22:57:26 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r-- | ace/ARGV.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h index 4dcc762065c..7edc64f0a9c 100644 --- a/ace/ARGV.h +++ b/ace/ARGV.h @@ -48,9 +48,12 @@ public: // each $ENV encountered in the string. The <buf> operation is not // allowed on an ACE_ARGV created this way. - ACE_ARGV (ASYS_TCHAR *first_argv[], ASYS_TCHAR *second_argv[], int substitute_env_args =1); + ACE_ARGV (ASYS_TCHAR *first_argv[], + ASYS_TCHAR *second_argv[], + int substitute_env_args =1); // Creates an ACE_ARGV which is the concatenation of the first_argv - // and the second argv. The argv arguments should be null pointer terminated. + // and the second argv. The argv arguments should be null pointer + // terminated. ACE_ARGV (int substitute_env_args = 1); // Entry point for creating an ASYS_TCHAR *[] command line |