Index: src/chext/DropMenuExt.cpp =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/chext/DropMenuExt.cpp (.../DropMenuExt.cpp) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/chext/DropMenuExt.cpp (.../DropMenuExt.cpp) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -20,7 +20,7 @@ #include "chext.h" #include "DropMenuExt.h" #include "../Common/ipcstructs.h" -#include "../libchcore/TTaskDefinition.h" +#include "../libchengine/TTaskDefinition.h" #include "../common/TShellExtMenuConfig.h" #include "../libchcore/TSharedMemory.h" #include "Logger.h" @@ -174,7 +174,7 @@ chcore::TPathContainer vSourcePaths; chcore::TSmartPath spDestinationPath; - chcore::EOperationType eOperationType = chcore::eOperation_None; + chengine::EOperationType eOperationType = chengine::eOperation_None; if(!m_tShellExtData.GetSourcePathsByItem(spSelectedItem, vSourcePaths)) return E_FAIL; @@ -183,13 +183,13 @@ if(!m_tShellExtData.GetOperationTypeByItem(spSelectedItem, eOperationType)) return E_FAIL; - chcore::TTaskDefinition tTaskDefinition; + chengine::TTaskDefinition tTaskDefinition; tTaskDefinition.SetSourcePaths(vSourcePaths); tTaskDefinition.SetDestinationPath(spDestinationPath); tTaskDefinition.SetOperationType(eOperationType); // get task data as xml - chcore::TString wstrData; + string::TString wstrData; tTaskDefinition.StoreInString(wstrData); // fill struct