summaryrefslogtreecommitdiff
path: root/ace/Get_Opt.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
commita9f110268a4d6fb4413acd923065ba2d072bb2d6 (patch)
treefdac77881fad91305ba9edcdbd54b2ee0aeb5cfb /ace/Get_Opt.h
parent7ba52ee273430a5b8046d6f2b0ffdb9aa84cb09d (diff)
downloadATCD-a9f110268a4d6fb4413acd923065ba2d072bb2d6.tar.gz
See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Get_Opt.h')
-rw-r--r--ace/Get_Opt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Get_Opt.h b/ace/Get_Opt.h
index fe31b26b4e7..7409e0bef6d 100644
--- a/ace/Get_Opt.h
+++ b/ace/Get_Opt.h
@@ -52,6 +52,9 @@ public:
// or the text of the following <argv>-element, is returned in
// <optarg>.
+ ~ACE_Get_Opt (void);
+ // Default dtor.
+
int operator () (void);
// Scan elements of <argv> (whose length is <argc>) for option
// characters given in <optstring>.