Changeset 12041 for trunk/FACT++
- Timestamp:
- 09/08/11 21:48:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.h
r11946 r12041 83 83 /// Retrieve data from a database and return them as options 84 84 static po::basic_parsed_options<char> 85 parse_database(const std::string & database, const po::options_description& desc, bool allow_unregistered=false);85 parse_database(const std::string &prgname, const std::string &database, const po::options_description& desc, bool allow_unregistered=false); 86 86 87 87 // Setup
Note:
See TracChangeset
for help on using the changeset viewer.