Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by cpcp, Mon Sep 23 13:36:56 2002 UTC | revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC | |
|---|---|---|
| # | Line 25 | Line 25 |
| 25 | #endif // HAVE_CONFIG_H | #endif // HAVE_CONFIG_H |
| 26 | ||
| 27 | #include "IndividualEvent.hh" | #include "IndividualEvent.hh" |
| 28 | #include "gettext.h" | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 29 | ||
| 30 | #include "gettext.h" | |
| 31 | #define _(String) dgettext(PACKAGE, String) | #define _(String) dgettext(PACKAGE, String) |
| 32 | ||
| 33 | ||
| # | Line 163 std::string const & GEDCOMParser::Indivi | Line 164 std::string const & GEDCOMParser::Indivi |
| 164 | return _adop; | return _adop; |
| 165 | } | } |
| 166 | ||
| 167 | void GEDCOMParser::IndividualEvent::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 168 | { | |
| 169 | v->VisitIndividualEvent(this); | |
| 170 | return; | |
| 171 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |