Enhancement - TDB API cleanup
- Removed obsolete TDB::deleteT method. - Removed obsolete TDB::completeT method. - Updated documentation.
This commit is contained in:
@@ -43,11 +43,8 @@ public:
|
||||
bool allPendingT (std::vector <T>&);
|
||||
bool completedT (std::vector <T>&) const;
|
||||
bool allCompletedT (std::vector <T>&) const;
|
||||
bool deleteT (const T&);
|
||||
bool completeT (const T&);
|
||||
bool addT (const T&);
|
||||
bool modifyT (const T&);
|
||||
bool logRead (std::vector <std::string>&) const;
|
||||
int gc ();
|
||||
int nextId ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user