/[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.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC revision 1.4 by cpcp, Sun Feb 9 19:58:07 2003 UTC
# Line 135  std::string const GEDCOMParser::DateMana Line 135  std::string const GEDCOMParser::DateMana
135              {              {
136                res = _date_phrase->getDisplayValue();                res = _date_phrase->getDisplayValue();
137              }              }
138        break;            break;
139          case e_Period:          case e_Period:
140        if (_period != 0)            if (_period != 0)
141          {              {
142            res = _period->getDisplayValue();                res = _period->getDisplayValue();
143          }              }
144        break;            break;
145          case e_Range:          case e_Range:
146            if (_range != 0)            if (_range != 0)
147              {              {
# Line 150  std::string const GEDCOMParser::DateMana Line 150  std::string const GEDCOMParser::DateMana
150            break;            break;
151          case e_Interpreted:          case e_Interpreted:
152            if (_date != 0)            if (_date != 0)
153          {              {
154            res = _date->getDisplayValue();                res = _date->getDisplayValue();
155          }              }
156            if (_date_phrase != 0)            if (_date_phrase != 0)
157              {              {
158                res = res + _(" interpreted from ") + _date_phrase->getDisplayValue();                res = res + _(" interpreted from ") + _date_phrase->getDisplayValue();

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