/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/IdGenerator.hh
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/IdGenerator.hh

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

revision 1.2 by cpcp, Wed Feb 19 21:13:05 2003 UTC revision 1.3 by cpcp, Wed Feb 19 22:17:12 2003 UTC
# Line 33  namespace GEDCOMParser Line 33  namespace GEDCOMParser
33  class IdGenerator  class IdGenerator
34  {  {
35  public:  public:
36      IdGenerator(void) :
37        _existing_ids(),
38        _last_used_id(0)
39      {
40      };
41    virtual ~IdGenerator(void) {};    virtual ~IdGenerator(void) {};
42    std::string const getId(void);    std::string const getId(void);
43    void addUsedId(std::string const &id);    void addUsedId(std::string const &id);

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