| 20 |
|
|
| 21 |
*/ |
*/ |
| 22 |
#include "Submission.hh" |
#include "Submission.hh" |
| 23 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 24 |
|
|
| 25 |
void GEDCOMParser::Submission::setId(std::string const & value) |
void GEDCOMParser::Submission::setId(std::string const & value) |
| 26 |
{ |
{ |
| 28 |
return; |
return; |
| 29 |
} |
} |
| 30 |
|
|
|
|
|
| 31 |
void GEDCOMParser::Submission::setSubmXref(std::string const & value) |
void GEDCOMParser::Submission::setSubmXref(std::string const & value) |
| 32 |
{ |
{ |
| 33 |
_subm_xref = value; |
_subm_xref = value; |
| 110 |
{ |
{ |
| 111 |
return _rin; |
return _rin; |
| 112 |
} |
} |
| 113 |
|
|
| 114 |
|
void GEDCOMParser::Submission::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 115 |
|
{ |
| 116 |
|
v->VisitSubmission(this); |
| 117 |
|
return; |
| 118 |
|
} |