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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Event.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 21  Line 21 
21  */  */
22  #include "Event.hh"  #include "Event.hh"
23  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
24    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
25    
26  void GEDCOMParser::Event::_setType(std::string const & value)  void GEDCOMParser::Event::_setType(std::string const & value)
27  {  {
# Line 280  std::string const GEDCOMParser::Event::g Line 281  std::string const GEDCOMParser::Event::g
281    return res;    return res;
282  }  }
283    
284    GEDCOMParser::DateManagement::DateValue const * const GEDCOMParser::Event::getDateObject(void) const
285    {
286      return _date;
287    }
288    
289  std::string const &GEDCOMParser::Event::getAge(void) const  std::string const &GEDCOMParser::Event::getAge(void) const
290  {  {
291    return _age;    return _age;
# Line 294  std::string const &GEDCOMParser::Event:: Line 300  std::string const &GEDCOMParser::Event::
300  {  {
301    return _caus;    return _caus;
302  }  }
303    
304    void GEDCOMParser::Event::Accept(GEDCOMParser::GEDCOMVisitor * v)
305    {
306      v->VisitEvent(this);
307      return;
308    }

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