- Timestamp:
- Jun 6, 2010, 5:35:38 AM (13 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/main_utility.cc
r1070 r1071 54 54 55 55 56 void write_config_and_exit(void)57 {58 std::cout << Configuration::instance();59 exit(EXIT_SUCCESS);60 }61 62 56 }} // end of namespace svndigest and namespace theplu -
trunk/lib/main_utility.h
r1070 r1071 41 41 void load_config(const std::string& file); 42 42 43 /**44 write configuration file to cout and exit successfully45 */46 void write_config_and_exit(void);47 48 43 }} // end of namespace svndigest end of namespace theplu 49 44
Note: See TracChangeset
for help on using the changeset viewer.