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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Association.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 "GEDCOMParser/Association.hh"  #include "GEDCOMParser/Association.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25  void GEDCOMParser::Association::addIndiXref(std::string const & value)  void GEDCOMParser::Association::addIndiXref(std::string const & value)
26  {  {
# Line 51  void GEDCOMParser::Association::addSourc Line 52  void GEDCOMParser::Association::addSourc
52    return;    return;
53  }  }
54    
55    GEDCOMParser::IndiXrefs_t const &GEDCOMParser::Association::getIndiXrefs(void) const
56    {
57      return _indi_xrefs;
58    }
59    
60  GEDCOMParser::NoteStructures_t const &GEDCOMParser::Association::getNoteStructures(void) const  GEDCOMParser::NoteStructures_t const &GEDCOMParser::Association::getNoteStructures(void) const
61  {  {
62    return _notes;    return _notes;
# Line 70  std::string const &GEDCOMParser::Associa Line 76  std::string const &GEDCOMParser::Associa
76  {  {
77    return _rela;    return _rela;
78  }  }
79    
80    void GEDCOMParser::Association::Accept(GEDCOMParser::GEDCOMVisitor * v)
81    {
82      v->VisitAssociation(this);
83      return;
84    }

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