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

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

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 20  Line 20 
20    
21  */  */
22  #include "Submission.hh"  #include "Submission.hh"
23    #include "GEDCOMParser/Visitor/GEDCOMVisitor.hh"
24    
25  void GEDCOMParser::Submission::setId(std::string const & value)  void GEDCOMParser::Submission::setId(std::string const & value)
26  {  {
# Line 27  void GEDCOMParser::Submission::setId(std Line 28  void GEDCOMParser::Submission::setId(std
28    return;    return;
29  }  }
30    
   
31  void GEDCOMParser::Submission::setSubmXref(std::string const & value)  void GEDCOMParser::Submission::setSubmXref(std::string const & value)
32  {  {
33    _subm_xref = value;    _subm_xref = value;
# Line 110  std::string const & GEDCOMParser::Submis Line 110  std::string const & GEDCOMParser::Submis
110  {  {
111    return _rin;    return _rin;
112  }  }
113    
114    void GEDCOMParser::Submission::Accept(GEDCOMParser::GEDCOMVisitor * v)
115    {
116      v->VisitSubmission(this);
117      return;
118    }

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