X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.h;h=18ff19dcfcd9a8b72cad6f448a42cf7122c53b6b;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=32b18b0e4dd3dc8b4907fbbc43bd5d1adba26458;hpb=2edc25f87590bd81808792c3c38cab5ae8b94eb3;p=builder.git diff --git a/source/tarball.h b/source/tarball.h index 32b18b0..18ff19d 100644 --- a/source/tarball.h +++ b/source/tarball.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TARBALL_H_ #define TARBALL_H_ @@ -14,10 +7,9 @@ class TarBall: public FileTarget { public: TarBall(Builder &, const SourcePackage &, const std::string &); + virtual const char *get_type() const { return "TarBall"; } const SourcePackage *get_package() const; -private: - virtual Action *create_action(); }; #endif