diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 04:31:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 04:31:13 +0000 |
commit | 41d2715420c1b3ed38e0097377cd15b462ecf563 (patch) | |
tree | 6d12390ac276cf70171a0591e9064d2d079b4cc9 /ace/Get_Opt.h | |
parent | 35c96c7be244fbce4f79ed462b475ba052b736a7 (diff) | |
download | ATCD-41d2715420c1b3ed38e0097377cd15b462ecf563.tar.gz |
Foo
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r-- | ace/Get_Opt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h index ec4f3e77f0b..3a5eb57f5c2 100644 --- a/ace/Get_Opt.h +++ b/ace/Get_Opt.h @@ -91,16 +91,16 @@ public: // Otherwise, <optind> communicates from one call to the next how // much of <argv> has been scanned so far. + int opterr; + // Callers store zero here to inhibit the error message for + // unrecognized options. + int argc_; // Holds the <argc> count. char **argv_; // Holds the <argv> pointer. - int opterr; - // Callers store zero here to inhibit the error message for - // unrecognized options. - void dump (void) const; // Dump the state of an object. |