Changeset 1070 for trunk/lib/main_utility.cc
- Timestamp:
- Jun 6, 2010, 5:32:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/main_utility.cc
r1067 r1070 25 25 #include "utility.h" 26 26 27 #include <cctype> 27 28 #include <fstream> 29 #include <iostream> 28 30 #include <string> 29 31 #include <stdexcept> … … 52 54 53 55 56 void write_config_and_exit(void) 57 { 58 std::cout << Configuration::instance(); 59 exit(EXIT_SUCCESS); 60 } 54 61 55 62 }} // end of namespace svndigest and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.