Index: src/libchcore/TTask.h =================================================================== diff -u -N -r8592d6dcef30c8e4967ca4dcee37c1ca52afbf16 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/libchcore/TTask.h (.../TTask.h) (revision 8592d6dcef30c8e4967ca4dcee37c1ca52afbf16) +++ src/libchcore/TTask.h (.../TTask.h) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -27,7 +27,6 @@ #include "TBasePathData.h" #include "TSubTaskBase.h" #include "TTaskLocalStats.h" -#include "..\libicpf\log.h" #include "TLocalFilesystem.h" #include "TSubTaskArray.h" #include "TSubTaskContext.h" @@ -36,6 +35,7 @@ #include "TTaskBaseData.h" #include "TEvent.h" #include +#include "log.h" namespace chcore { @@ -89,7 +89,7 @@ void SetTaskDefinition(const TTaskDefinition& rTaskDefinition); void SetLogPath(const TSmartPath& pathLog); - icpf::log_file& GetLog(); + chcore::log_file& GetLog(); // methods are called when task is being added or removed from the global task array /// Method is called when this task is being added to a TTaskManager object @@ -167,7 +167,7 @@ bool m_bContinue; // allows task to continue // other helpers - icpf::log_file m_log; ///< Log file where task information will be stored + chcore::log_file m_log; ///< Log file where task information will be stored // Local filesystem access TLocalFilesystem m_fsLocal;