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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/FamilyRecord.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 21  Line 21 
21  */  */
22  #include "FamilyRecord.hh"  #include "FamilyRecord.hh"
23  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
24    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26  void GEDCOMParser::FamilyRecord::setId(std::string const & value)  void GEDCOMParser::FamilyRecord::setId(std::string const & value)
27  {  {
# Line 180  std::string const &GEDCOMParser::FamilyR Line 181  std::string const &GEDCOMParser::FamilyR
181  {  {
182    return _rin;    return _rin;
183  }  }
184    
185    void GEDCOMParser::FamilyRecord::Accept(GEDCOMParser::GEDCOMVisitor * v)
186    {
187      v->VisitFamilyRecord(this);
188      return;
189    }

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