Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC | revision 1.4 by cpcp, Mon Feb 17 21:19:22 2003 UTC | |
|---|---|---|
| # | Line 65 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 | { | { |
| std::cerr << "before PlaceHierarchy" << std::endl; | ||
| 68 | return _hierarchy; | return _hierarchy; |
| std::cerr << "after PlaceHierarchy" << std::endl; | ||
| 69 | } | } |
| 70 | ||
| 71 | void GEDCOMParser::Place::Accept(GEDCOMParser::GEDCOMVisitor * v) | void GEDCOMParser::Place::Accept(GEDCOMParser::GEDCOMVisitor * v) |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |