X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexternalaction.h;h=26dbbfa5fa2220386efc7eafb28a63ccd7c81da8;hb=a2adbd9c0a8d7a7567848c4c6bdbf0de6ba32bb1;hp=2ab4ca0e00958432084771e25bbd383ed1ac0556;hpb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;p=builder.git diff --git a/source/externalaction.h b/source/externalaction.h index 2ab4ca0..26dbbfa 100644 --- a/source/externalaction.h +++ b/source/externalaction.h @@ -1,3 +1,10 @@ +/* $Id$ + +This file is part of builder +Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #ifndef EXTERNALACTION_H_ #define EXTERNALACTION_H_ @@ -15,6 +22,7 @@ public: int check(); protected: StringList argv; + Msp::FS::Path work_dir; int pid; int exit_code;