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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Place.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 "GEDCOMParser/SourceCitation.hh"  #include "GEDCOMParser/SourceCitation.hh"
27  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
28    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
29    
30  ///  ///
31  namespace GEDCOMParser  namespace GEDCOMParser
32  {  {
33      class GEDCOMVisitor;
34    /// @memo Implements the GEDCOM 5.5 PLACE_STRUCTURE structure      /// @memo Implements the GEDCOM 5.5 PLACE_STRUCTURE structure  
35    class Place    class Place : public GEDCOMElement
36    {    {
37    protected:    protected:
38      std::string _value;      std::string _value;
# Line 64  namespace GEDCOMParser Line 66  namespace GEDCOMParser
66      ///      ///
67      NoteStructures_t const &getNoteStructures(void) const;      NoteStructures_t const &getNoteStructures(void) const;
68      //@}      //@}
69        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
70    };    };
71  };  };
72  #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