Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC | revision 1.3 by cpcp, Mon Dec 1 20:11:01 2003 UTC | |
|---|---|---|
| # | Line 36 namespace BakeryGateway { | Line 36 namespace BakeryGateway { |
| 36 | ~ViewTreeBrowser(void) {}; | ~ViewTreeBrowser(void) {}; |
| 37 | private: | private: |
| 38 | void Load(void); | void Load(void); |
| 39 | void AddParentInTree(GEDCOMParser::IndividualRecord const * const child, GEDCOMParser::IndividualRecord * const parent, std::vector<GEDCOMParser::IndividualRecord *> * children); | void AddParentInTree(GEDCOMParser::IndividualRecord * const child, std::string const &sex, std::vector<GEDCOMParser::IndividualRecord *> * children); |
| 40 | std::string const getIndividualName(GEDCOMParser::IndividualRecord const * const individual); | std::string const getIndividualName(GEDCOMParser::IndividualRecord const * const individual); |
| 41 | }; | }; |
| 42 | }; | }; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |