- Added ::onModify.
- Stubbed out functionality in all three hook methods.
This commit is contained in:
Paul Beckingham 2014-05-13 21:49:56 -04:00
parent ff52a2ab59
commit 2f5435c50f
2 changed files with 74 additions and 3 deletions

View file

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