/[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.4 by cpcp, Wed Feb 19 21:13:05 2003 UTC revision 1.5 by cpcp, Wed Feb 19 22:17:12 2003 UTC
# Line 63  GEDCOMParser::FamilyEvent * GEDCOMParser Line 63  GEDCOMParser::FamilyEvent * GEDCOMParser
63  }  }
64    
65    
66  GEDCOMParser::FamilyRecord * GEDCOMParser::GEDCOMFactory::createFamilyRecord (void) const  GEDCOMParser::FamilyRecord * GEDCOMParser::GEDCOMFactory::createFamilyRecord (std::string const &id = "") const
67  {  {
68    return new GEDCOMParser::FamilyRecord();    return new GEDCOMParser::FamilyRecord(id);
69  }  }
70    
71    
# Line 111  GEDCOMParser::MultimediaLink * GEDCOMPar Line 111  GEDCOMParser::MultimediaLink * GEDCOMPar
111  }  }
112    
113    
114  GEDCOMParser::MultimediaRecord * GEDCOMParser::GEDCOMFactory::createMultimediaRecord (void) const  GEDCOMParser::MultimediaRecord * GEDCOMParser::GEDCOMFactory::createMultimediaRecord (std::string const &id = "") const
115  {  {
116    return new GEDCOMParser::MultimediaRecord();    return new GEDCOMParser::MultimediaRecord(id);
117  }  }
118    
119    
120  GEDCOMParser::NoteRecord * GEDCOMParser::GEDCOMFactory::createNoteRecord (void) const  GEDCOMParser::NoteRecord * GEDCOMParser::GEDCOMFactory::createNoteRecord (std::string const &id = "") const
121  {  {
122    return new GEDCOMParser::NoteRecord();    return new GEDCOMParser::NoteRecord(id);
123  }  }
124    
125    
# Line 141  GEDCOMParser::Place * GEDCOMParser::GEDC Line 141  GEDCOMParser::Place * GEDCOMParser::GEDC
141  }  }
142    
143    
144  GEDCOMParser::RepositoryRecord * GEDCOMParser::GEDCOMFactory::createRepositoryRecord (void) const  GEDCOMParser::RepositoryRecord * GEDCOMParser::GEDCOMFactory::createRepositoryRecord (std::string const &id = "") const
145  {  {
146    return new GEDCOMParser::RepositoryRecord();    return new GEDCOMParser::RepositoryRecord(id);
147  }  }
148    
149    
# Line 153  GEDCOMParser::SourceCitation * GEDCOMPar Line 153  GEDCOMParser::SourceCitation * GEDCOMPar
153  }  }
154    
155    
156  GEDCOMParser::SourceRecord * GEDCOMParser::GEDCOMFactory::createSourceRecord (void) const  GEDCOMParser::SourceRecord * GEDCOMParser::GEDCOMFactory::createSourceRecord (std::string const &id = "") const
157  {  {
158    return new GEDCOMParser::SourceRecord();    return new GEDCOMParser::SourceRecord(id);
159  }  }
160    
161    
# Line 195  GEDCOMParser::Submission * GEDCOMParser: Line 195  GEDCOMParser::Submission * GEDCOMParser:
195  }  }
196    
197    
198  GEDCOMParser::SubmitterRecord * GEDCOMParser::GEDCOMFactory::createSubmitterRecord (void) const  GEDCOMParser::SubmitterRecord * GEDCOMParser::GEDCOMFactory::createSubmitterRecord (std::string const &id = "") const
199  {  {
200    return new GEDCOMParser::SubmitterRecord();    return new GEDCOMParser::SubmitterRecord(id);
201  }  }
202    
203    

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