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

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

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

revision 1.6 by cpcp, Sun Jul 27 19:35:22 2003 UTC revision 1.7 by cpcp, Sun Jul 27 19:55:03 2003 UTC
# Line 28  Line 28 
28  #include "GEDCOMParser/GEDCOMFactory.hh"  #include "GEDCOMParser/GEDCOMFactory.hh"
29  #include "GEDCOMParser/GEDCOMFactoryAccessor.hh"  #include "GEDCOMParser/GEDCOMFactoryAccessor.hh"
30  #include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh"  #include "GEDCOMParser/ParseErrorManagement/ParseErrorManager.hh"
 #include "GEDCOMParser/Predicates/HasChild.hh"  
 #include "GEDCOMParser/Predicates/IsMale.hh"  
 #include "GEDCOMParser/Predicates/HasSpouse.hh"  
 #include "GEDCOMParser/Predicates/FamilyIsNotUsed.hh"  
 #include "GEDCOMParser/Predicates/NameEqualsTo.hh"  
31    
32  #include <string>  #include <string>
33  #include <map>  #include <map>
# Line 154  int main(int argc, char **argv) Line 149  int main(int argc, char **argv)
149              {              {
150                GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords();                GEDCOMParser::IndividualRecords_t individus = lineage->getIndividualRecords();
151                std::cout << _("Individuals records : ") << individus.size() << std::endl;                std::cout << _("Individuals records : ") << individus.size() << std::endl;
152                  GEDCOMParser::FamilyRecords_t families = lineage->getFamilyRecords();
153                  std::cout << _("Family records : ") << families.size() << std::endl;
154              }              }
155            else            else
156              {              {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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