/[ghosts]/ghosts/gedcomparser/src/gedcomsave.cpp
ViewVC logotype

Diff of /ghosts/gedcomparser/src/gedcomsave.cpp

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

revision 1.1 by cpcp, Sun Jan 26 21:16:55 2003 UTC revision 1.2 by cpcp, Tue Feb 18 21:43:31 2003 UTC
# Line 1  Line 1 
1  #include "GEDCOMParser/Parser.hh"  #include "GEDCOMParser/Parser.hh"
2  #include "GEDCOMParser/GEDCOMFactory.hh"  #include "GEDCOMParser/GEDCOMFactory.hh"
3    #include "GEDCOMParser/GEDCOMFactoryAccessor.hh"
4  #include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh"  #include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh"
5  #include <iostream>  #include <iostream>
6    
# Line 20  int main(int argc, char **argv) Line 21  int main(int argc, char **argv)
21    textdomain (PACKAGE);    textdomain (PACKAGE);
22    
23    GEDCOMParser::GEDCOMFactory factory;    GEDCOMParser::GEDCOMFactory factory;
24      GEDCOMParser::GEDCOMFactoryAccessor::Init(&factory);
25    GEDCOMParser::Parser viewparser(&factory);    GEDCOMParser::Parser viewparser(&factory);
26    if (argc == 3)    if (argc == 3)
27      {      {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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