4 #include <msp/core/thread.h>
5 #include <msp/fs/path.h>
6 #include "internaltask.h"
12 Copies a file to another place. Used by the InstalledFile target.
14 class Copy: public Tool
18 A worker thread that actually does the data transfer.
20 class Worker: public InternalTask::Worker
23 const InstalledFile ⌖
26 Worker(const InstalledFile &);
34 virtual Target *create_target(const std::list<Target *> &, const std::string &);
35 virtual Task *run(const Target &) const;