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 "IndividualAttribute.hh" | #include "IndividualAttribute.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | void GEDCOMParser::IndividualAttribute::setType(enumIndividualAttributes type) | void GEDCOMParser::IndividualAttribute::setType(enumIndividualAttributes type) |
| 26 | { | { |
| # | Line 57 std::string const &GEDCOMParser::Individ | Line 58 std::string const &GEDCOMParser::Individ |
| 58 | { | { |
| 59 | return _value; | return _value; |
| 60 | } | } |
| 61 | ||
| 62 | void GEDCOMParser::IndividualAttribute::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 63 | { | |
| 64 | v->VisitIndividualAttribute(this); | |
| 65 | return; | |
| 66 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |