Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by cpcp, Wed Oct 23 19:21:41 2002 UTC | revision 1.2 by cpcp, Tue Nov 12 21:25:21 2002 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | ||
| 2 | #ifdef HAVE_CONFIG_H | |
| 3 | #include <config.h> | |
| 4 | #endif | |
| 5 | ||
| 6 | #include "GEDCOMParser/DateManagement/DateValue.hh" | |
| 7 | #include <iostream> | |
| 8 | ||
| 9 | #include "gettext.h" | |
| 10 | ||
| 11 | int main(int argc, char ** argv) | |
| 12 | { | |
| 13 | setlocale (LC_ALL, ""); | |
| 14 | bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); | |
| 15 | textdomain (PACKAGE); | |
| 16 | ||
| 17 | GEDCOMParser::DateManagement::DateValue datevalue(argv[1]); | |
| 18 | std::cerr << "DATE VALUE : " << datevalue.getDisplayValue() << std::endl; | |
| 19 | return 0; | |
| 20 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |