- Verifies that a UUID is not already found in the data.  This prevents
  erroneous double-import.  Or triple...
This commit is contained in:
Paul Beckingham 2011-08-21 22:37:02 -04:00
parent d7ba2b2b62
commit 501953a6da
2 changed files with 18 additions and 0 deletions

View file

@ -99,6 +99,9 @@ public:
void dump ();
void dump_file (ViewText&, const std::string&, TF2&);
private:
bool verifyUniqueUUID (const std::string&);
public:
TF2 pending;
TF2 completed;