| 301 | } |
| 302 | |
| 303 | CopyTask::CopyTask(const std::string &src, const std::string& dest, const std::string& name) : m_src(src), m_dest(dest), m_name(name) |
| 304 | { |
| 305 | } |
| 306 | |
| 307 | bool CopyTask::run() |
| 308 | { |
nothing calls this directly
no outgoing calls
no test coverage detected