- 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:
Paul Beckingham
2011-09-03 11:17:12 -04:00
parent 49965f8115
commit 3d1a5acafb
2 changed files with 44 additions and 13 deletions

View File

@@ -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 ();