Enhancement - done command

- Implemented done command.
This commit is contained in:
Paul Beckingham 2009-06-15 11:27:50 -04:00
parent c65b6e9f48
commit 9f1880e050
5 changed files with 39 additions and 33 deletions

View file

@ -69,7 +69,6 @@ private:
int mId;
std::vector <Task> mPending; // Contents of pending.data
// std::vector <Task> mCompleted; // Contents of completed.data
std::vector <Task> mNew; // Uncommitted new tasks
std::vector <Task> mModified; // Uncommitted modified tasks