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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/SubmitterRecord.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 22  Line 22 
22  #include "SubmitterRecord.hh"  #include "SubmitterRecord.hh"
23  #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"  #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25    GEDCOMParser::SubmitterRecord::SubmitterRecord(std::string const &id = "")
26    {
27      if (id != "")
28        {
29          setId(id);
30        }
31      return;
32    }
33    
34  void GEDCOMParser::SubmitterRecord::setId(std::string const & value)  void GEDCOMParser::SubmitterRecord::setId(std::string const & value)
35  {  {
36    _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