Changeset 198 for trunk/bin/Parameter.h
- Timestamp:
- Sep 9, 2006, 12:04:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r165 r198 34 34 public: 35 35 Parameter(const int argc,const char *argv[]); 36 inline bool copyright(void) const { return copyright_; } 36 37 inline bool force(void) const { return force_; } 37 38 inline bool revisions(void) const { return revisions_; } … … 48 49 void version(void) const; 49 50 51 bool copyright_; 50 52 bool force_; 51 53 bool revisions_;
Note: See TracChangeset
for help on using the changeset viewer.