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

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

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

revision 1.3 by cpcp, Tue Feb 18 21:43:31 2003 UTC revision 1.4 by cpcp, Wed Feb 19 21:13:05 2003 UTC
# Line 87  GEDCOMParser::IndividualEvent * GEDCOMPa Line 87  GEDCOMParser::IndividualEvent * GEDCOMPa
87  }  }
88    
89    
90  GEDCOMParser::IndividualRecord * GEDCOMParser::GEDCOMFactory::createIndividualRecord (bool set_id = false) const  GEDCOMParser::IndividualRecord * GEDCOMParser::GEDCOMFactory::createIndividualRecord (std::string const &id = "") const
91  {  {
92    return new GEDCOMParser::IndividualRecord(set_id);    return new GEDCOMParser::IndividualRecord(id);
93  }  }
94    
95    

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