- Added helper method ::scripts to filter by event and accessibility.
This commit is contained in:
Paul Beckingham 2014-05-14 17:45:42 -04:00
parent dee6f3a713
commit c86853fd03
2 changed files with 19 additions and 0 deletions

View file

@ -46,6 +46,7 @@ public:
void onModify (const Task&, Task&);
private:
std::vector <std::string> scripts (const std::string&);
int execute (const std::string&, const std::string&, std::string&);
private: