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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/RepositoryRecord.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    GEDCOMParser::RepositoryRecord::RepositoryRecord(std::string const &id = "")
27    {
28      if (id != "")
29        {
30          setId(id);
31        }
32      return;
33    }
34    
35    
36  void GEDCOMParser::RepositoryRecord::setId(std::string const &value)  void GEDCOMParser::RepositoryRecord::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