Index: src/ch/task.h =================================================================== diff -u -N -r4c09a2d7ab35a30114ff2b7c4db12bc413bf538c -rab32897e61cc637a1e28d9dc3f0489b8d16a429c --- src/ch/task.h (.../task.h) (revision 4c09a2d7ab35a30114ff2b7c4db12bc413bf538c) +++ src/ch/task.h (.../task.h) (revision ab32897e61cc637a1e28d9dc3f0489b8d16a429c) @@ -20,7 +20,7 @@ #define __TASK_H__ #include "TAutoHandles.h" -#include "TWorkerThreadController.h" +#include "../libchcore/TWorkerThreadController.h" #include "FileInfo.h" #include "DataBuffer.h" #include "../libchcore/FeedbackHandlerBase.h" @@ -250,7 +250,7 @@ TLocalFilesystem m_fsLocal; /// Thread controlling object - TWorkerThreadController m_workerThread; + chcore::TWorkerThreadController m_workerThread; /// Mutex for locking concurrent access to members of this class mutable boost::shared_mutex m_lock;