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

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

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

revision 1.4 by cpcp, Wed Feb 19 22:17:12 2003 UTC revision 1.5 by cpcp, Thu Feb 20 22:09:15 2003 UTC
# Line 61  namespace GEDCOMParser Line 61  namespace GEDCOMParser
61      ///      ///
62      void setId  (std::string const &);      void setId  (std::string const &);
63      ///      ///
64      void addFamilyEvent (FamilyEvent * const);      GEDCOMParser::FamilyEvent  * addFamilyEvent (FamilyEvent  * const data = 0);
65      ///      ///
66      void setHusb  (std::string const &);      void setHusb  (std::string const &);
67      ///      ///
# Line 73  namespace GEDCOMParser Line 73  namespace GEDCOMParser
73      ///      ///
74      void setSubm  (std::string const &);      void setSubm  (std::string const &);
75      ///      ///
76      void addLdsSpouseSealing (LdsSpouseSealing * const);      GEDCOMParser::LdsSpouseSealing  * addLdsSpouseSealing (LdsSpouseSealing  * const data = 0);
77      ///      ///
78      void addSourceCitation (SourceCitation * const);      GEDCOMParser::SourceCitation  * addSourceCitation (SourceCitation  * const data = 0);
79      ///      ///
80      void addMultimediaLink (MultimediaLink * const);      GEDCOMParser::MultimediaLink  * addMultimediaLink (MultimediaLink  * const data = 0);
81      ///      ///
82      void addNoteStructure (NoteStructure * const);      GEDCOMParser::NoteStructure  * addNoteStructure (NoteStructure  * const data = 0);
83      ///      ///
84      void addUserReference (UserReference * const);      GEDCOMParser::UserReference  * addUserReference (UserReference  * const data = 0);
85      ///      ///
86      void setRin  (std::string const &);      void setRin  (std::string const &);
87      ///      ///
88      void setChangeDate (ChangeDate * const);      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);
89      ///      ///
90      //@}      //@}
91            

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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