X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ftask.h;h=b0f56f470399446d7339b1508300c2f0fd89e59f;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=915ffe12a9e774f27adc9caede2736b59779492e;hpb=b7ecf9d6203492a43bf98e7c611b81c5594cbd00;p=builder.git diff --git a/source/lib/task.h b/source/lib/task.h index 915ffe1..b0f56f4 100644 --- a/source/lib/task.h +++ b/source/lib/task.h @@ -4,13 +4,14 @@ #include #include #include +#include "libbuilder_api.h" /** Tasks are used to manage other programs and worker threads involved in the build process. They are run asynchronously by default, but a wait() method is provided should it be necessary to wait for a task to finish. */ -class Task +class LIBBUILDER_API Task { public: enum Status