Migrated core task modification code to the Task object, leaving wrappers behind for legacy usage.

This commit is contained in:
Thomas 2013-06-10 14:25:53 -04:00 committed by Paul Beckingham
parent 1072852ca8
commit 55a8b157b1
4 changed files with 233 additions and 220 deletions

View file

@ -66,8 +66,6 @@ protected:
void safety ();
bool permission (const Task&, const std::string&, unsigned int);
bool next_mod_group (const A3&, Arg&, unsigned int&);
protected:
std::string _keyword;
std::string _usage;