Changeset 226 for trunk/bin/Parameter.h
- Timestamp:
- Mar 11, 2007, 8:32:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r225 r226 52 52 void defaults(void); 53 53 void help(void); 54 void print_config(std::string) const; 55 void read_config(std::string); 54 56 void version(void) const; 55 57 58 std::string config_path_; 56 59 bool copyright_; 57 60 std::map<std::string, std::string> copyright_alias_;
Note: See TracChangeset
for help on using the changeset viewer.