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

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

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

revision 1.2 by cpcp, Mon Sep 23 13:36:56 2002 UTC revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 28  Line 28 
28  #include "GEDCOMParser/SourceCitation.hh"  #include "GEDCOMParser/SourceCitation.hh"
29  #include "GEDCOMParser/UserReference.hh"  #include "GEDCOMParser/UserReference.hh"
30  #include "GEDCOMParser/ChangeDate.hh"  #include "GEDCOMParser/ChangeDate.hh"
31    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
32    
33  ///  ///
34  namespace GEDCOMParser  namespace GEDCOMParser
35  {  {
36      class GEDCOMVisitor;
37    /// @memo Implements the GEDCOM 5.5 NOTE_RECORD structure      /// @memo Implements the GEDCOM 5.5 NOTE_RECORD structure  
38    class NoteRecord    class NoteRecord : public GEDCOMElement
39    {    {
40    public:    public:
41      virtual ~NoteRecord (void)      virtual ~NoteRecord (void)
# Line 71  namespace GEDCOMParser Line 73  namespace GEDCOMParser
73      ///      ///
74      SmartPtr<ChangeDate> const & getChangeDate(void) const ;      SmartPtr<ChangeDate> const & getChangeDate(void) const ;
75      //@}      //@}
76        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
77    protected:    protected:
78      std::string _note_id;      std::string _note_id;
79      std::string _submitter_text;      std::string _submitter_text;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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