X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacollection.h;h=b86da0762a90350ee7cd594437c87b1e248f3e6d;hb=HEAD;hp=aeb270f4f11b3a92c73e51102c781d3f70c58c71;hpb=bde362811368647047f3ca13bdec596f092ecffe;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