summaryrefslogtreecommitdiff
path: root/project2/common/task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/task.cpp')
-rw-r--r--project2/common/task.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/project2/common/task.cpp b/project2/common/task.cpp
new file mode 100644
index 0000000..5f828ef
--- /dev/null
+++ b/project2/common/task.cpp
@@ -0,0 +1,13 @@
+#include "task.h"
+#include <boost/foreach.hpp>
+
+Task::Task(const xmlpp::Element * p) :
+ SourceObject(p),
+ NoOutputExecute(p)
+{
+}
+
+Task::~Task()
+{
+}
+