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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/FamilyEvent.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 "FamilyEvent.hh"  #include "FamilyEvent.hh"
23  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
24    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26  void GEDCOMParser::FamilyEvent::setType(enumFamilyEvents type)  void GEDCOMParser::FamilyEvent::setType(enumFamilyEvents type)
27  {  {
# Line 69  std::string const &GEDCOMParser::FamilyE Line 70  std::string const &GEDCOMParser::FamilyE
70  {  {
71    return _wife_age;    return _wife_age;
72  }  }
73    
74    void GEDCOMParser::FamilyEvent::Accept(GEDCOMParser::GEDCOMVisitor * v)
75    {
76      v->VisitFamilyEvent(this);
77      return;
78    }

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