X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdatafile.h;h=0ba501ca50ec2f70f12d9bae0b510d9bf52af441;hb=4ba3ef9601166127d0782b3e6a3352b71db7ccc9;hp=d76671c2eab7f8afae5f18e4ccd3fe78e9de1d5a;hpb=b3ce9052ba98a4585aec75117265d170b7ccfdb8;p=builder.git diff --git a/source/datafile.h b/source/datafile.h index d76671c..0ba501c 100644 --- a/source/datafile.h +++ b/source/datafile.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef DATAFILE_H_ #define DATAFILE_H_ @@ -21,14 +14,13 @@ private: public: DataFile(Builder &, const Component &, File &); +private: + static Msp::FS::Path generate_target_path(const Component &); +public: virtual const char *get_type() const { return "DataFile"; } const Component &get_component() const { return component; } File &get_source() const { return source; } - -private: - virtual Action *create_action(); - static Msp::FS::Path generate_target_path(const Component &); }; #endif