X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatatool.h;h=e89861240a78291edd647d4fe3d8b4f084ee8499;hb=HEAD;hp=264ddc1523527a615be087f41faf4f8fa542e8b8;hpb=e516e78510ad455eebc0e06645c9f12943117525;p=builder.git diff --git a/source/datatool.h b/source/datatool.h deleted file mode 100644 index 264ddc1..0000000 --- a/source/datatool.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef DATACOMPILER_H_ -#define DATACOMPILER_H_ - -#include "tool.h" - -class DataTool: public Tool -{ -public: - DataTool(Builder &); - - virtual Target *create_source(const Component &, const Msp::FS::Path &) const; - virtual Target *create_target(const std::list &, const std::string &); - virtual Task *run(const Target &) const; -}; - -#endif