Enhancement - TDB API cleanup

- Removed obsolete TDB::deleteT method.
- Removed obsolete TDB::completeT method.
- Updated documentation.
This commit is contained in:
Paul Beckingham 2009-05-08 00:37:24 -04:00
parent 90c721295a
commit 5814432366
7 changed files with 37 additions and 59 deletions

View file

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