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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/SubmitterRecord.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 55  namespace GEDCOMParser Line 55  namespace GEDCOMParser
55      ///      ///
56      void setName  (std::string const &);      void setName  (std::string const &);
57      ///      ///
58      void setAddress (Address * const);      GEDCOMParser::Address  * setAddress (Address  * const data = 0);
59      ///      ///
60      void addMultimediaLink (MultimediaLink * const);      GEDCOMParser::MultimediaLink  * addMultimediaLink (MultimediaLink  * const data = 0);
61      ///      ///
62      void addLanguagePref (std::string const &);      void addLanguagePref (std::string const &);
63      ///      ///
# Line 65  namespace GEDCOMParser Line 65  namespace GEDCOMParser
65      ///      ///
66      void setRin  (std::string const &);      void setRin  (std::string const &);
67      ///      ///
68      void setChangeDate (ChangeDate * const);      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);
69      //@}      //@}
70            
71      ///@name Accessors (get)      ///@name Accessors (get)

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