/[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.2 by cpcp, Mon Sep 23 13:36:56 2002 UTC revision 1.3 by cpcp, Tue Feb 18 21:43:31 2003 UTC
# Line 87  GEDCOMParser::IndividualEvent * GEDCOMPa Line 87  GEDCOMParser::IndividualEvent * GEDCOMPa
87  }  }
88    
89    
90  GEDCOMParser::IndividualRecord * GEDCOMParser::GEDCOMFactory::createIndividualRecord (void) const  GEDCOMParser::IndividualRecord * GEDCOMParser::GEDCOMFactory::createIndividualRecord (bool set_id = false) const
91  {  {
92    return new GEDCOMParser::IndividualRecord();    return new GEDCOMParser::IndividualRecord(set_id);
93  }  }
94    
95    

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