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

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

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

revision 1.2 by cpcp, Mon Sep 23 13:36:55 2002 UTC revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 20  Line 20 
20    
21  */  */
22  #include "GEDCOMParser/Address.hh"  #include "GEDCOMParser/Address.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25  void GEDCOMParser::Address::concAddr(std::string const & str)  void GEDCOMParser::Address::concAddr(std::string const & str)
26  {  {
# Line 115  std::string const &GEDCOMParser::Address Line 116  std::string const &GEDCOMParser::Address
116  {  {
117    return _phone;    return _phone;
118  }  }
119    
120    void GEDCOMParser::Address::Accept(GEDCOMParser::GEDCOMVisitor * v)
121    {
122      v->VisitAddress(this);
123      return;
124    }

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