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 "NoteRecord.hh" | #include "NoteRecord.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | void GEDCOMParser::NoteRecord::setId(std::string const &value) | void GEDCOMParser::NoteRecord::setId(std::string const &value) |
| 26 | { | { |
| # | Line 92 std::string const &GEDCOMParser::NoteRec | Line 93 std::string const &GEDCOMParser::NoteRec |
| 93 | { | { |
| 94 | return _rin; | return _rin; |
| 95 | } | } |
| 96 | ||
| 97 | void GEDCOMParser::NoteRecord::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 98 | { | |
| 99 | v->VisitNoteRecord(this); | |
| 100 | return; | |
| 101 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |