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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/ChangeDate.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 "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
27  #include "GEDCOMParser/DateManagement/DateValue.hh"  #include "GEDCOMParser/DateManagement/DateValue.hh"
28    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
29    
30  /// Package GEDCOMParser  /// Package GEDCOMParser
31  namespace GEDCOMParser  namespace GEDCOMParser
32  {  {
33      class GEDCOMVisitor;
34    /// @memo Implements the GEDCOM 5.5 CHANGE_DATE structure    /// @memo Implements the GEDCOM 5.5 CHANGE_DATE structure
35    class ChangeDate    class ChangeDate : public GEDCOMElement
36    {    {
37    protected:    protected:
38      GEDCOMParser::DateManagement::DateValue * _date;      GEDCOMParser::DateManagement::DateValue * _date;
# Line 72  namespace GEDCOMParser Line 74  namespace GEDCOMParser
74      //@{      //@{
75      virtual std::string const getDate(void) const;      virtual std::string const getDate(void) const;
76      ///      ///
77        GEDCOMParser::DateManagement::DateValue const * const getDateObject(void) const;
78        ///
79      virtual std::string const &getTime(void) const;      virtual std::string const &getTime(void) const;
80      ///      ///
81      NoteStructures_t const &getNoteStructures(void) const;      NoteStructures_t const &getNoteStructures(void) const;
82      //@}      //@}
83        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
84    };    };
85  };  };
86  #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