diff options
Diffstat (limited to 'project2/task.h')
-rw-r--r-- | project2/task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/task.h b/project2/task.h index f9fd1ff..57697e2 100644 --- a/project2/task.h +++ b/project2/task.h @@ -5,6 +5,7 @@ #include "sourceObject.h" #include "noOutputExecute.h" +/// Base class for Project2 components that perform some specific task class Task : public NoOutputExecute { public: Task(const xmlpp::Element * p); |