/[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.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 29  Line 29 
29  #include "GEDCOMParser/Address.hh"  #include "GEDCOMParser/Address.hh"
30  #include "GEDCOMParser/MultimediaLink.hh"  #include "GEDCOMParser/MultimediaLink.hh"
31  #include "GEDCOMParser/ChangeDate.hh"  #include "GEDCOMParser/ChangeDate.hh"
32    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
33    
34  ///  ///
35  namespace GEDCOMParser  namespace GEDCOMParser
36  {  {
37      class GEDCOMVisitor;
38    /// @memo Implements the GEDCOM 5.5 SUBMITTER_RECORD structure        /// @memo Implements the GEDCOM 5.5 SUBMITTER_RECORD structure    
39    class SubmitterRecord    class SubmitterRecord : public GEDCOMElement
40    {    {
41    public:    public:
42      ///@name typedefs      ///@name typedefs
# Line 85  namespace GEDCOMParser Line 86  namespace GEDCOMParser
86      ///      ///
87      SmartPtr<ChangeDate> const & getChangeDate(void) const;      SmartPtr<ChangeDate> const & getChangeDate(void) const;
88      //@}      //@}
89        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
90    protected:    protected:
91      std::string _id;      std::string _id;
92      std::string _name;      std::string _name;

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