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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by cpcp, Tue Nov 12 21:25:21 2002 UTC revision 1.4 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 21  Line 21 
21  */  */
22  #include "PersonalName.hh"  #include "PersonalName.hh"
23  #include "GEDCOMParser/personalnameparser_decl.hh"  #include "GEDCOMParser/personalnameparser_decl.hh"
24    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26  void GEDCOMParser::PersonalName::setName(std::string const & value)  void GEDCOMParser::PersonalName::setName(std::string const & value)
27  {  {
# Line 142  std::string const & GEDCOMParser::Person Line 143  std::string const & GEDCOMParser::Person
143    return _nsfx;    return _nsfx;
144  }  }
145    
146    void GEDCOMParser::PersonalName::Accept(GEDCOMParser::GEDCOMVisitor * v)
147    {
148      v->VisitPersonalName(this);
149      return;
150    }
151    
152    

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

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