| 1 |
/** |
/* |
| 2 |
Copyright 2002 Cyril Picard |
Copyright 2002 Cyril Picard |
| 3 |
|
|
| 4 |
This file is part of the GEDCOMParser library |
This file is part of the GEDCOMParser library |
| 18 |
along with the GEDCOMParser library ; if not, write to the Free Software |
along with the GEDCOMParser library ; if not, write to the Free Software |
| 19 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 |
|
|
| 21 |
**/ |
*/ |
| 22 |
#include "GEDCOMParser/Parser.hh" |
#include "GEDCOMParser/Parser.hh" |
| 23 |
#include "GEDCOMParser/gedcomparser.hh" |
#include "GEDCOMParser/gedcomparser.hh" |
| 24 |
|
|
| 32 |
_factory(factory), |
_factory(factory), |
| 33 |
_lineage_linkage_gedcom(lineage) |
_lineage_linkage_gedcom(lineage) |
| 34 |
{ |
{ |
|
setlocale (LC_ALL, ""); |
|
| 35 |
bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); |
bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); |
|
textdomain (PACKAGE); |
|
| 36 |
}; |
}; |
| 37 |
|
|
| 38 |
void GEDCOMParser::Parser::Parse(std::string const &filename, int debug) |
void GEDCOMParser::Parser::Parse(std::string const &filename, int debug) |