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

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

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

revision 1.5 by cpcp, Thu Feb 20 22:09:15 2003 UTC revision 1.6 by cpcp, Thu Oct 30 20:05:42 2003 UTC
# Line 30  Line 30 
30  #include "GEDCOMParser/DateManagement/DateValue.hh"  #include "GEDCOMParser/DateManagement/DateValue.hh"
31  #include "GEDCOMParser/Visitor/GEDCOMElement.hh"  #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
32    
33    #define GEDC_VERS "5.5"
34    #define GEDC_FORM "LINEAGE-LINKED"
35    #define CHARSET "ASCII"
36    
37  ///  ///
38  namespace GEDCOMParser  namespace GEDCOMParser
39  {  {
# Line 118  namespace GEDCOMParser Line 122  namespace GEDCOMParser
122      };      };
123     ///@name Accessors (set)     ///@name Accessors (set)
124      //@{          //@{    
125        ///
126      void setSour  (std::string const &);      void setSour  (std::string const &);
127      ///      ///
128      void setVers  (std::string const &);      void setVers  (std::string const &);
# Line 159  namespace GEDCOMParser Line 164  namespace GEDCOMParser
164      void concNote  (std::string const &);      void concNote  (std::string const &);
165      ///      ///
166      void contNote  (std::string const &);      void contNote  (std::string const &);
167        ///  Initialize the Header with default data (SOUR, GEDC, ...)
168        void setDefaults(void);
169      ///      ///
170     //@}     //@}
171            

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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