Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by cpcp, Sun Jan 26 21:15:21 2003 UTC | revision 1.5 by cpcp, Wed Feb 19 22:17:12 2003 UTC | |
|---|---|---|
| # | Line 73 GEDCOMParser::NoteStructures_t const &GE | Line 73 GEDCOMParser::NoteStructures_t const &GE |
| 73 | return _notes; | return _notes; |
| 74 | } | } |
| 75 | ||
| 76 | GEDCOMParser::SourceRecord::SourceRecord(std::string const &id = "") | |
| 77 | { | |
| 78 | if (id != "") | |
| 79 | { | |
| 80 | setId(id); | |
| 81 | } | |
| 82 | return; | |
| 83 | } | |
| 84 | ||
| 85 | void GEDCOMParser::SourceRecord::setId(std::string const &value) | void GEDCOMParser::SourceRecord::setId(std::string const &value) |
| 86 | { | { |
| 87 | _id = value; | _id = value; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |