diff options
Diffstat (limited to 'task.h')
| -rw-r--r-- | task.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -44,6 +44,8 @@ public:  	OutputSystem outputSystem() const;  	std::string compiler() const; +	std::list<std::shared_ptr<Task>> getDependsTasks(); +  protected:  	std::atomic<State> task_state{State::Unknown};  	virtual int runInner() { return 0; }; | 
