/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/ChildToFamilyLink.cpp
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/ChildToFamilyLink.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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 "ChildToFamilyLink.hh"  #include "ChildToFamilyLink.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25  void GEDCOMParser::ChildToFamilyLink::setFamcXref(std::string const &value)  void GEDCOMParser::ChildToFamilyLink::setFamcXref(std::string const &value)
26  {  {
# Line 39  void GEDCOMParser::ChildToFamilyLink::ad Line 40  void GEDCOMParser::ChildToFamilyLink::ad
40    return;    return;
41  }  }
42    
43    
44    
45    GEDCOMParser::Pedis_t const &GEDCOMParser::ChildToFamilyLink::getPedis(void) const
46    {
47      return _pedis;
48    }
49    
50  GEDCOMParser::NoteStructures_t const &GEDCOMParser::ChildToFamilyLink::getNoteStructures(void) const  GEDCOMParser::NoteStructures_t const &GEDCOMParser::ChildToFamilyLink::getNoteStructures(void) const
51  {  {
52    return _notes;    return _notes;
# Line 53  std::string const &GEDCOMParser::ChildTo Line 61  std::string const &GEDCOMParser::ChildTo
61  {  {
62    return _famc_xref;    return _famc_xref;
63  }  }
64    
65    void GEDCOMParser::ChildToFamilyLink::Accept(GEDCOMParser::GEDCOMVisitor * v)
66    {
67      v->VisitChildToFamilyLink(this);
68      return;
69    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26