Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by cpcp, Tue Nov 12 21:25:21 2002 UTC | revision 1.4 by cpcp, Sun Jan 26 21:15:21 2003 UTC | |
|---|---|---|
| # | Line 20 | Line 20 |
| 20 | ||
| 21 | */ | */ |
| 22 | #include "SourceCitation.hh" | #include "SourceCitation.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | ||
| 26 | void GEDCOMParser::SourceCitation::setSourceXref(std::string const & value) | void GEDCOMParser::SourceCitation::setSourceXref(std::string const & value) |
| # | Line 173 std::string const & GEDCOMParser::Source | Line 174 std::string const & GEDCOMParser::Source |
| 174 | { | { |
| 175 | return _text; | return _text; |
| 176 | } | } |
| 177 | ||
| 178 | void GEDCOMParser::SourceCitation::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 179 | { | |
| 180 | v->VisitSourceCitation(this); | |
| 181 | return; | |
| 182 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |