- Added ::onAdd.
This commit is contained in:
Paul Beckingham 2014-05-13 22:04:35 -04:00
parent 2f5435c50f
commit 631e4176c7
2 changed files with 43 additions and 7 deletions

View file

@ -42,7 +42,8 @@ public:
void onLaunch ();
void onExit ();
void onModify (const Task&, const Task&);
void onAdd (Task&);
void onModify (const Task&, Task&);
private:
std::vector <std::string> _scripts;