TDB2
- Implemented high-level TDB2::id and TDB2:uuid that delegates to TF2. - Fixed a bug in TDB2::modify that failed to properly overwrite a task.
This commit is contained in:
@@ -107,6 +107,10 @@ public:
|
||||
bool get (const std::string&, Task&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
|
||||
// ID <--> UUID mapping.
|
||||
std::string uuid (int);
|
||||
int id (const std::string&);
|
||||
|
||||
void clear ();
|
||||
void dump ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user