- Consolidated most of the processing in ::add and ::modify into ::update.
This commit is contained in:
Paul Beckingham 2014-09-14 15:25:37 -04:00
parent 21be0e3e94
commit 7b617a7b6e
2 changed files with 28 additions and 49 deletions

View file

@ -126,6 +126,7 @@ public:
void dump ();
private:
void update (const std::string&, Task&, const bool, std::vector <Task>&);
bool verifyUniqueUUID (const std::string&);
void show_diff (const std::string&, const std::string&, const std::string&);
void revert_undo (std::vector <std::string>&, std::string&, std::string&, std::string&, std::string&);