X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatacollection.h;h=b86da0762a90350ee7cd594437c87b1e248f3e6d;hb=HEAD;hp=2f61b5f24b3167e62c72e85512f3e39e56c16031;hpb=d334fc1d04b7f83c7a2e9f16439fec884f4de471;p=builder.git diff --git a/source/datacollection.h b/source/datacollection.h deleted file mode 100644 index 2f61b5f..0000000 --- a/source/datacollection.h +++ /dev/null @@ -1,23 +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: - virtual const char *get_type() const { return "DataCollection"; } - DataTransform &get_source() const { return source; } -}; - -#endif