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

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

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

revision 1.2 by cpcp, Mon Sep 23 13:36:56 2002 UTC revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 20  Line 20 
20    
21  */  */
22  #include "Place.hh"  #include "Place.hh"
23    #include <iostream>
24    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26  void GEDCOMParser::Place::setPlaceValue(std::string const & pvalue)  void GEDCOMParser::Place::setPlaceValue(std::string const & pvalue)
27  {  {
# Line 63  std::string const & GEDCOMParser::Place: Line 65  std::string const & GEDCOMParser::Place:
65    
66  std::string const & GEDCOMParser::Place::getPlaceHierarchy(void) const  std::string const & GEDCOMParser::Place::getPlaceHierarchy(void) const
67  {  {
68      std::cerr << "before PlaceHierarchy" << std::endl;
69    return _hierarchy;    return _hierarchy;
70      std::cerr << "after PlaceHierarchy" << std::endl;
71    }
72    
73    void GEDCOMParser::Place::Accept(GEDCOMParser::GEDCOMVisitor * v)
74    {
75      v->VisitPlace(this);
76      return;
77  }  }

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

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