Index: Copy Handler/Structs.h =================================================================== diff -u -r3e1186252ab31f63d86d86c4b0ff593cfffbefde -r009f23e5403b3c15bfceaab29e03f45ebdc50ab0 --- Copy Handler/Structs.h (.../Structs.h) (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ Copy Handler/Structs.h (.../Structs.h) (revision 009f23e5403b3c15bfceaab29e03f45ebdc50ab0) @@ -23,7 +23,8 @@ #include "fileinfo.h" #include "DestPath.h" #include "DataBuffer.h" -#include "LogFile.h" +//#include "LogFile.h" +#include #define ST_NULL_STATUS 0x00000000 @@ -328,7 +329,8 @@ void SetContinueFlag(bool bFlag=true); bool GetContinueFlag(); - CLogFile m_log; +// CLogFile m_log; + icpf::log_file m_log; CCriticalSection m_cs; // protection for this class };