Index: src/ch/TSubTaskCopyMove.h =================================================================== diff -u -N -rf46d334ffd78c7daa7626f214ae698adbac5f36d -r2aea3ad6f3c68be709ac65c70d9646eafe3b034c --- src/ch/TSubTaskCopyMove.h (.../TSubTaskCopyMove.h) (revision f46d334ffd78c7daa7626f214ae698adbac5f36d) +++ src/ch/TSubTaskCopyMove.h (.../TSubTaskCopyMove.h) (revision 2aea3ad6f3c68be709ac65c70d9646eafe3b034c) @@ -28,7 +28,7 @@ namespace chcore { class TDataBuffer; - typedef boost::shared_ptr CFileInfoPtr; + typedef boost::shared_ptr TFileInfoPtr; } struct CUSTOM_COPY_PARAMS; @@ -42,13 +42,13 @@ ESubOperationResult Exec(); private: - bool GetMove(const chcore::CFileInfoPtr& spFileInfo); - int GetBufferIndex(const chcore::CFileInfoPtr& spFileInfo); + bool GetMove(const chcore::TFileInfoPtr& spFileInfo); + int GetBufferIndex(const chcore::TFileInfoPtr& spFileInfo); ESubOperationResult CustomCopyFileFB(CUSTOM_COPY_PARAMS* pData); ESubOperationResult OpenSourceFileFB(TLocalFilesystemFile& fileSrc, const chcore::TSmartPath& spPathToOpen, bool bNoBuffering); - ESubOperationResult OpenDestinationFileFB(TLocalFilesystemFile& fileDst, const chcore::TSmartPath& pathDstFile, bool bNoBuffering, const chcore::CFileInfoPtr& spSrcFileInfo, unsigned long long& ullSeekTo, bool& bFreshlyCreated); + ESubOperationResult OpenDestinationFileFB(TLocalFilesystemFile& fileDst, const chcore::TSmartPath& pathDstFile, bool bNoBuffering, const chcore::TFileInfoPtr& spSrcFileInfo, unsigned long long& ullSeekTo, bool& bFreshlyCreated); ESubOperationResult OpenExistingDestinationFileFB(TLocalFilesystemFile& fileDst, const chcore::TSmartPath& pathDstFilePath, bool bNoBuffering); ESubOperationResult SetFilePointerFB(TLocalFilesystemFile& file, long long llDistance, const chcore::TSmartPath& pathFile, bool& bSkip);