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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/SpouseToFamilyLink.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 "SpouseToFamilyLink.hh"  #include "SpouseToFamilyLink.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25    
26  void GEDCOMParser::SpouseToFamilyLink::setFamsXref(std::string const & value)  void GEDCOMParser::SpouseToFamilyLink::setFamsXref(std::string const & value)
# Line 49  std::string const &GEDCOMParser::SpouseT Line 50  std::string const &GEDCOMParser::SpouseT
50  {  {
51    return _fams_xref;    return _fams_xref;
52  }  }
53    
54    void GEDCOMParser::SpouseToFamilyLink::Accept(GEDCOMParser::GEDCOMVisitor * v)
55    {
56      v->VisitSpouseToFamilyLink(this);
57      return;
58    }

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