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 "UserReference.hh" | #include "UserReference.hh" |
| 23 | #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" | |
| 24 | ||
| 25 | void GEDCOMParser::UserReference::setNumber(std::string const &value) | void GEDCOMParser::UserReference::setNumber(std::string const &value) |
| 26 | { | { |
| # | Line 43 std::string const & GEDCOMParser::UserRe | Line 44 std::string const & GEDCOMParser::UserRe |
| 44 | { | { |
| 45 | return _type; | return _type; |
| 46 | } | } |
| 47 | ||
| 48 | void GEDCOMParser::UserReference::Accept(GEDCOMParser::GEDCOMVisitor * v) | |
| 49 | { | |
| 50 | v->VisitUserReference(this); | |
| 51 | return; | |
| 52 | } |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |