Hooks
- Added ::onModify. - Stubbed out functionality in all three hook methods.
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
|
||||
void onLaunch ();
|
||||
void onExit ();
|
||||
void onModify (const Task&, const Task&);
|
||||
|
||||
private:
|
||||
std::vector <std::string> _scripts;
|
||||
|
||||
Reference in New Issue
Block a user