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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Submission.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 23  Line 23 
23  #define _GEDCOMPARSER_SUBMISSION_HH_  #define _GEDCOMPARSER_SUBMISSION_HH_
24    
25  #include <string>  #include <string>
26    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
27    
28  ///  ///
29  namespace GEDCOMParser  namespace GEDCOMParser
30  {  {
31      class GEDCOMVisitor;
32    /// @memo Implements the GEDCOM 5.5 SUBMISSION_RECORD structure    /// @memo Implements the GEDCOM 5.5 SUBMISSION_RECORD structure
33    class Submission    class Submission : public GEDCOMElement
34    {    {
35    protected:    protected:
36      std::string _id;      std::string _id;
# Line 80  namespace GEDCOMParser Line 82  namespace GEDCOMParser
82      ///      ///
83      virtual std::string const &getRin(void) const;      virtual std::string const &getRin(void) const;
84      //@}      //@}
85        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
86    };    };
87  };  };
88  #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