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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/RepositoryRecord.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/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
30  #include "GEDCOMParser/UserReference.hh"  #include "GEDCOMParser/UserReference.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 REPOSITORY_RECORD structure      /// @memo Implements the GEDCOM 5.5 REPOSITORY_RECORD structure  
39    class RepositoryRecord    class RepositoryRecord : public GEDCOMElement
40    {    {
41    public:    public:
42      virtual ~RepositoryRecord (void)      virtual ~RepositoryRecord (void)
# Line 75  namespace GEDCOMParser Line 77  namespace GEDCOMParser
77      ///      ///
78      SmartPtr<ChangeDate> const & getChangeDate(void) const;      SmartPtr<ChangeDate> const & getChangeDate(void) const;
79      //@}      //@}
80        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
81    protected:    protected:
82      std::string _id;      std::string _id;
83      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