/[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.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC revision 1.4 by cpcp, Wed Feb 19 22:17:12 2003 UTC
# Line 23  Line 23 
23  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
24  #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"  #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26    
27    GEDCOMParser::FamilyRecord::FamilyRecord(std::string const &id = "")
28    {
29      if (id != "")
30        {
31          setId(id);
32        }
33      return;
34    }
35    
36  void GEDCOMParser::FamilyRecord::setId(std::string const & value)  void GEDCOMParser::FamilyRecord::setId(std::string const & value)
37  {  {
38    _id = value;    _id = value;

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