X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatasourcefile.h;h=23c254366b34ee116760585e1794298c5b99cf47;hb=HEAD;hp=7518423f5e6ca2769b6e8eece89b9851aa118f0d;hpb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;p=builder.git diff --git a/source/datasourcefile.h b/source/datasourcefile.h deleted file mode 100644 index 7518423..0000000 --- a/source/datasourcefile.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef DATASOURCEFILE_H_ -#define DATASOURCEFILE_H_ - -#include "sourcefile.h" - -class DataSourceFile: public SourceFile -{ -public: - DataSourceFile(Builder &b, const Msp::FS::Path &p): SourceFile(b, p) { } - DataSourceFile(Builder &b, const Component &c, const Msp::FS::Path &p): SourceFile(b, c, p) { } - - const char *get_type() const override { return "DataSourceFile"; } -}; - -#endif