]> git.tdb.fi Git - builder.git/blobdiff - source/datapackcomponent.h
Split Component into several subclasses
[builder.git] / source / datapackcomponent.h
diff --git a/source/datapackcomponent.h b/source/datapackcomponent.h
new file mode 100644 (file)
index 0000000..75b99a6
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef DATAPACKCOMPONENT_H_
+#define DATAPACKCOMPONENT_H_
+
+#include "component.h"
+
+class DataPackComponent: public Component
+{
+public:
+       DataPackComponent(SourcePackage &, const std::string &);
+
+       virtual void create_targets() const;
+};
+
+#endif