diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-26 22:38:49 +0000 |
commit | d86f427ede3d90e8f579a52061449d39a611bd55 (patch) | |
tree | 04db92726a3f75f550b325bd4924ec24b6bdebd6 /ace/Get_Opt.h | |
parent | 6ca4654f27f63096ee7f1f0c3b3b95b76d1ce5a1 (diff) | |
download | ATCD-d86f427ede3d90e8f579a52061449d39a611bd55.tar.gz |
I'm done
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index 0e26a51e807..61ecbbeddc4 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -59,7 +59,10 @@ class ACE_Export ACE_Get_Opt { public: - ACE_Get_Opt (int argc, char **argv, char *optstring, int skip_argv0 = 1, int report_errors = 0); + ACE_Get_Opt (int argc, char **argv, + char *optstring, + int skip_argv0 = 1, + int report_errors = 0); // Initialize the internal data when the first call is made. Start // processing options with ARGV-element 0 + <skip_argv0>; the // sequence of previously skipped non-option ARGV-elements is empty. |