Enhancement - undo

- Removed obsolete undelete command.
- Removed obsolete undo command.
- Implemented new undo command as a call to the stubbed TDB::undo call.
This commit is contained in:
Paul Beckingham 2009-06-28 21:51:43 -04:00
parent dc2bac1b5e
commit af7803ea27
6 changed files with 14 additions and 112 deletions

View file

@ -61,6 +61,7 @@ public:
int commit (); // Write out all tasks
int gc (); // Clean up pending
int nextId ();
void undo ();
private:
FILE* openAndLock (const std::string&);