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

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

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 20  Line 20 
20    
21  */  */
22  #include "Header.hh"  #include "Header.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25  void GEDCOMParser::Header::setSour(std::string const & value)  void GEDCOMParser::Header::setSour(std::string const & value)
26  {  {
# Line 196  std::string const GEDCOMParser::Header:: Line 197  std::string const GEDCOMParser::Header::
197      }      }
198    return res;    return res;
199  }  }
200    
201    GEDCOMParser::DateManagement::DateValue const * const GEDCOMParser::Header::getDateObject(void) const
202    {
203      return _date;
204    }
205    
206  std::string const &GEDCOMParser::Header::getTime(void) const  std::string const &GEDCOMParser::Header::getTime(void) const
207  {  {
208    return _time;    return _time;
# Line 255  std::string const &GEDCOMParser::Header: Line 262  std::string const &GEDCOMParser::Header:
262    return _note    ;    return _note    ;
263  }  }
264    
265    void GEDCOMParser::Header::Accept(GEDCOMParser::GEDCOMVisitor * v)
266    {
267      v->VisitHeader(this);
268      return;
269    }

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