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 20 | Line 20 |
| 20 | ||
| 21 | */ | */ |
| 22 | #include "NoteStructure.hh" | #include "NoteStructure.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | void GEDCOMParser::NoteStructure::setNoteXref(std::string const & value) | void GEDCOMParser::NoteStructure::setNoteXref(std::string const & value) |
| 26 | { | { |
| # | Line 64 std::string const &GEDCOMParser::NoteStr | Line 65 std::string const &GEDCOMParser::NoteStr |
| 65 | { | { |
| 66 | return _submitter_text; | return _submitter_text; |
| 67 | } | } |
| 68 | ||
| 69 | void GEDCOMParser::NoteStructure::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 70 | { | |
| 71 | v->VisitNoteStructure(this); | |
| 72 | return; | |
| 73 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |