Enhancement - undo

- Now creates/opens/closes undo.data file.
- All new tasks are logged in undo.data file.
This commit is contained in:
Paul Beckingham 2009-06-28 12:23:46 -04:00
parent 58d7de8478
commit c29682b91f
4 changed files with 41 additions and 6 deletions

View file

@ -43,6 +43,7 @@ public:
std::string path;
FILE* pending;
FILE* completed;
FILE* undo;
};
#endif