diff options
Diffstat (limited to 'task.h')
-rw-r--r-- | task.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ public: int registerDepTasks(const std::list<std::shared_ptr<Task>>& tasks); + virtual std::string name() const; bool dirty(); bool ready(); int run(); |