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

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

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

revision 1.4 by cpcp, Thu Feb 20 22:09:15 2003 UTC revision 1.5 by cpcp, Sun Feb 23 21:34:44 2003 UTC
# Line 36  GEDCOMParser::SourceCitation * GEDCOMPar Line 36  GEDCOMParser::SourceCitation * GEDCOMPar
36    if (data == 0)    if (data == 0)
37      {      {
38        GEDCOMParser::GEDCOMFactory * factory = GEDCOMParser::GEDCOMFactoryAccessor::getFactory();        GEDCOMParser::GEDCOMFactory * factory = GEDCOMParser::GEDCOMFactoryAccessor::getFactory();
39        GEDCOMParser::SourceCitation  * tmp_data = factory->createSourceCitation();        tmp_data = factory->createSourceCitation();
40      }      }
41    _citations.push_back(SmartPtr<SourceCitation>(tmp_data));    _citations.push_back(SmartPtr<SourceCitation>(tmp_data));
42    return _citations.back().getPtr();      return _citations.back().getPtr();  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26