X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacollection.h;fp=source%2Fdatacollection.h;h=0000000000000000000000000000000000000000;hb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;hp=aeb270f4f11b3a92c73e51102c781d3f70c58c71;hpb=e2c9c3fffcc61a0c102ccf6a7924e2de709092ad;p=builder.git diff --git a/source/datacollection.h b/source/datacollection.h deleted file mode 100644 index aeb270f..0000000 --- a/source/datacollection.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef DATACOLLECTION_H_ -#define DATACOLLECTION_H_ - -#include "filetarget.h" - -class DataTransform; - -class DataCollection: public FileTarget -{ -private: - DataTransform &source; - -public: - DataCollection(Builder &, const Component &, DataTransform &); -private: - static Msp::FS::Path generate_target_path(const Component &, const Msp::FS::Path &); - -public: - const char *get_type() const override { return "DataCollection"; } - DataTransform &get_source() const { return source; } - -private: - void find_dependencies() override; -}; - -#endif