/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/DateManagement/DateValue.cpp
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/DateManagement/DateValue.cpp

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

revision 1.1.2.1 by cpcp, Wed Oct 23 19:21:41 2002 UTC revision 1.1.2.2 by cpcp, Wed Oct 23 20:44:48 2002 UTC
# Line 39  GEDCOMParser::DateManagement::DateValue: Line 39  GEDCOMParser::DateManagement::DateValue:
39    _period(0),    _period(0),
40    _range(0)    _range(0)
41  {  {
42    _raw_value = value;    setValue(value);
   datevalue_runparse(value, this);  
43    return;    return;
44  }  }
45    
# Line 102  void GEDCOMParser::DateManagement::DateV Line 101  void GEDCOMParser::DateManagement::DateV
101    return;    return;
102  }  }
103    
104    void GEDCOMParser::DateManagement::DateValue::setValue(std::string const &value)
105    {
106      _raw_value = value;
107      datevalue_runparse(value, this);
108      return;
109    }
110    
111  std::string const GEDCOMParser::DateManagement::DateValue::getDisplayValue(void) const  std::string const GEDCOMParser::DateManagement::DateValue::getDisplayValue(void) const
112  {  {
113    std::string res;    std::string res;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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