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 "SubmitterRecord.hh" | #include "SubmitterRecord.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | void GEDCOMParser::SubmitterRecord::setId(std::string const & value) | void GEDCOMParser::SubmitterRecord::setId(std::string const & value) |
| 26 | { | { |
| # | Line 111 std::string const &GEDCOMParser::Submitt | Line 112 std::string const &GEDCOMParser::Submitt |
| 112 | { | { |
| 113 | return _rin; | return _rin; |
| 114 | } | } |
| 115 | ||
| 116 | void GEDCOMParser::SubmitterRecord::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 117 | { | |
| 118 | v->VisitSubmitterRecord(this); | |
| 119 | return; | |
| 120 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |