]> git.tdb.fi Git - builder.git/blobdiff - source/internaltask.h
Give tasks the ability to return the relevant shell command
[builder.git] / source / internaltask.h
index 9e52247a258f3429095d73db17a04dd1535c560d..83023d3ad33c63e0826cb4e3359a9cedd3413c66 100644 (file)
@@ -27,6 +27,7 @@ public:
        InternalTask(Worker *);
        ~InternalTask();
 
+       virtual std::string get_command() const { return "<internal>"; }
        virtual void start();
        virtual Status check();
 };