| 21 |
*/ |
*/ |
| 22 |
#include "RepositoryRecord.hh" |
#include "RepositoryRecord.hh" |
| 23 |
#include "patterns/SmartPtr.hh" |
#include "patterns/SmartPtr.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::RepositoryRecord::setId(std::string const &value) |
void GEDCOMParser::RepositoryRecord::setId(std::string const &value) |
| 27 |
{ |
{ |
| 101 |
return _rin; |
return _rin; |
| 102 |
} |
} |
| 103 |
|
|
| 104 |
|
void GEDCOMParser::RepositoryRecord::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 105 |
|
{ |
| 106 |
|
v->VisitRepositoryRecord(this); |
| 107 |
|
return; |
| 108 |
|
} |