TDB2
- Verifies that a UUID is not already found in the data. This prevents erroneous double-import. Or triple...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user