| 21 |
*/ |
*/ |
| 22 |
#include "FamilyEvent.hh" |
#include "FamilyEvent.hh" |
| 23 |
#include "patterns/SmartPtr.hh" |
#include "patterns/SmartPtr.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::FamilyEvent::setType(enumFamilyEvents type) |
void GEDCOMParser::FamilyEvent::setType(enumFamilyEvents type) |
| 27 |
{ |
{ |
| 70 |
{ |
{ |
| 71 |
return _wife_age; |
return _wife_age; |
| 72 |
} |
} |
| 73 |
|
|
| 74 |
|
void GEDCOMParser::FamilyEvent::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 75 |
|
{ |
| 76 |
|
v->VisitFamilyEvent(this); |
| 77 |
|
return; |
| 78 |
|
} |