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

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

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

revision 1.8 by cpcp, Thu Mar 20 20:42:05 2003 UTC revision 1.9 by cpcp, Thu Oct 30 20:05:42 2003 UTC
# Line 90  void GEDCOMParser::FamilyRecord::setSpou Line 90  void GEDCOMParser::FamilyRecord::setSpou
90    return;    return;
91  }  }
92    
93    void GEDCOMParser::FamilyRecord::setSpouse(SmartPtr < GEDCOMParser::IndividualRecord > const &individual)
94    {
95      if (! individual.Null())
96        {
97          setSpouse(*(individual.getPtr()));
98        }
99      return;
100    }
101    
102  std::string GEDCOMParser::FamilyRecord::getSpouseId(GEDCOMParser::IndividualRecord const &individual) const  std::string GEDCOMParser::FamilyRecord::getSpouseId(GEDCOMParser::IndividualRecord const &individual) const
103  {  {
104    std::string res = getHusb();    std::string res = getHusb();

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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