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

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

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

revision 1.3 by cpcp, Tue Nov 12 21:25:21 2002 UTC revision 1.4 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 SourceCitation;    class SourceCitation;
34    ///@name typedefs    ///@name typedefs
35    //@{    //@{
# Line 44  namespace GEDCOMParser { Line 46  namespace GEDCOMParser {
46  namespace GEDCOMParser  namespace GEDCOMParser
47  {  {
48    /// @memo Implements the GEDCOM 5.5 SOURCE_CITATION structure      /// @memo Implements the GEDCOM 5.5 SOURCE_CITATION structure  
49    class SourceCitation    class SourceCitation : public GEDCOMElement
50    {    {
51    protected:    protected:
52      std::string _source_xref;      std::string _source_xref;
# Line 158  namespace GEDCOMParser Line 160  namespace GEDCOMParser
160      ///      ///
161      virtual std::string const &getText(void) const;      virtual std::string const &getText(void) const;
162      //@}      //@}
163        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
164    };    };
165  };  };
166  #endif  #endif

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

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