/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/ParseErrorManagement/ParseError.hh
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/ParseErrorManagement/ParseError.hh

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

revision 1.1.2.1 by cpcp, Sun Nov 3 12:22:40 2002 UTC revision 1.1.2.2 by cpcp, Sun Nov 3 14:25:07 2002 UTC
# Line 35  namespace GEDCOMParser { Line 35  namespace GEDCOMParser {
35          _description(desc)          _description(desc)
36        {        {
37        };        };
38          std::string const &getDescription(void) const
39          {
40            return _description;
41          }
42          int const &getNumber(void) const
43          {
44            return _number;
45          }
46      private:      private:
47        int _number;        int _number;
48        std::string _description;        std::string _description;

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