Changeset 240 for trunk/bin/Parameter.h
- Timestamp:
- Apr 28, 2007, 3:43:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r229 r240 36 36 public: 37 37 Parameter(const int argc,const char *argv[]); 38 inline std::string config_file(void) const { return config_file_; }38 std::string config_file(void) const; 39 39 inline bool copyright(void) const { return copyright_; } 40 40 /// @todo
Note: See TracChangeset
for help on using the changeset viewer.