X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funlink.h;h=a26ca0eb5421b2e28d41cec390a4f93af2f49ac4;hb=75bdcf13fbd285e2006337ec606ca28fa4ddae9e;hp=106d11c34f645ec5178acf371259b66049858e76;hpb=445edbc3c42bbd7880cc414cf153ddfd196bfc1c;p=builder.git diff --git a/source/unlink.h b/source/unlink.h index 106d11c..a26ca0e 100644 --- a/source/unlink.h +++ b/source/unlink.h @@ -1,15 +1,22 @@ +/* $Id$ + +This file is part of builder +Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef UNLINK_H_ #define UNLINK_H_ #include "action.h" -class Target; +class FileTarget; class Unlink: public Action { public: - Unlink(Builder &, const Target &); - int check(); + Unlink(Builder &, const FileTarget &); + virtual int check(); }; #endif