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

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

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

revision 1.4 by cpcp, Sun Jan 26 21:15:21 2003 UTC revision 1.5 by cpcp, Thu Feb 20 22:09:15 2003 UTC
# Line 102  namespace GEDCOMParser Line 102  namespace GEDCOMParser
102      ///      ///
103      void setDate  (std::string const &);      void setDate  (std::string const &);
104      ///      ///
105      void setPlace (Place * const);      GEDCOMParser::Place  * setPlace (Place  * const data = 0);
106      ///      ///
107      void setAddress (Address * const);      GEDCOMParser::Address  * setAddress (Address  * const data = 0);
108      ///      ///
109      void setAge  (std::string const &);      void setAge  (std::string const &);
110      ///      ///
# Line 112  namespace GEDCOMParser Line 112  namespace GEDCOMParser
112      ///      ///
113      void setCaus  (std::string const &);      void setCaus  (std::string const &);
114      ///      ///
115      void addNoteStructure (NoteStructure * const);      GEDCOMParser::NoteStructure  * addNoteStructure (NoteStructure  * const data = 0);
116      ///      ///
117      void addSourceCitation (SourceCitation * const);      GEDCOMParser::SourceCitation  * addSourceCitation (SourceCitation  * const data = 0);
118      ///      ///
119      void addMultimediaLink (MultimediaLink * const);      GEDCOMParser::MultimediaLink  * addMultimediaLink (MultimediaLink  * const data = 0);
120      ///      ///
121      //@}      //@}
122            

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