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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/MultimediaLink.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 MultimediaLink;    class MultimediaLink;
34    ///@name typedefs    ///@name typedefs
35    //@{    //@{
# Line 43  namespace GEDCOMParser { Line 44  namespace GEDCOMParser {
44  namespace GEDCOMParser  namespace GEDCOMParser
45  {  {
46    /// @memo Implements the GEDCOM 5.5 MULTIMEDIA_LINK structure      /// @memo Implements the GEDCOM 5.5 MULTIMEDIA_LINK structure  
47    class MultimediaLink    class MultimediaLink : public GEDCOMElement
48    {    {
49    protected:    protected:
50      std::string _obj_xref;      std::string _obj_xref;
# Line 80  namespace GEDCOMParser Line 81  namespace GEDCOMParser
81      ///      ///
82      NoteStructures_t const &getNoteStructures(void) const;      NoteStructures_t const &getNoteStructures(void) const;
83      //@}      //@}
84        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
85    };    };
86  };  };
87  #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