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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/NoteStructure.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 25  Line 25 
25  #include <string>  #include <string>
26  #include <vector>  #include <vector>
27  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
28    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
29    
30  ///  ///
31  namespace GEDCOMParser {  namespace GEDCOMParser {
32      class GEDCOMVisitor;
33    class NoteStructure;    class NoteStructure;
34    ///@name typedefs    ///@name typedefs
35    //@{    //@{
# Line 42  namespace GEDCOMParser { Line 44  namespace GEDCOMParser {
44  namespace GEDCOMParser  namespace GEDCOMParser
45  {  {
46    /// @memo Implements the GEDCOM 5.5 NOTE_STRUCTURE structure      /// @memo Implements the GEDCOM 5.5 NOTE_STRUCTURE structure  
47    class NoteStructure    class NoteStructure : public GEDCOMElement
48    {    {
49    protected:    protected:
50      std::string _note_xref;      std::string _note_xref;
# Line 71  namespace GEDCOMParser Line 73  namespace GEDCOMParser
73      ///          ///    
74      virtual std::string const &getSubmitterText(void) const;      virtual std::string const &getSubmitterText(void) const;
75      //@}        //@}  
76        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
77    };    };
78  };  };
79  #endif  #endif

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