Index: src/chext/MenuExt.cpp =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/chext/MenuExt.cpp (.../MenuExt.cpp) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/chext/MenuExt.cpp (.../MenuExt.cpp) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -25,10 +25,10 @@ #include #include "../common/TShellExtMenuConfig.h" #include "../libchcore/TSharedMemory.h" -#include "../libchcore/TTaskDefinition.h" #include #include "ShellExtensionVerifier.h" #include "Logger.h" +#include "../libchengine/TTaskDefinition.h" // globals static void CutAmpersands(LPTSTR lpszString) @@ -217,7 +217,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; @@ -226,13 +226,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