Commands - done

- Migrated handleDone to CmdDone.
This commit is contained in:
Paul Beckingham 2011-05-30 13:53:57 -04:00
parent 75a24f5113
commit 908fbd8ca4
9 changed files with 201 additions and 117 deletions

View file

@ -50,7 +50,6 @@ int getDueState (const std::string&);
bool nag (Task&);
// command.cpp
int handleDone (std::string&);
int handleModify (std::string&);
int handleDelete (std::string&);
void handleMerge (std::string&);