X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.h;h=afe46976f7402a6d7eae75da99a03bb321b5a13d;hb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;hp=4ae787a505814137f960c2093268e2017e4e7b05;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/action.h b/source/action.h index 4ae787a..afe4697 100644 --- a/source/action.h +++ b/source/action.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef ACTION_H_ #define ACTION_H_ @@ -34,7 +27,7 @@ public: if the action has completed successfully, 1 if an error was encountered and -1 if it is still executing. */ - virtual int check()=0; + virtual int check() = 0; protected: /**