|
@@ -437,7 +437,7 @@ protected:
|
|
|
TStrings * FileList, bool NoConfirmation, void * Param);
|
|
TStrings * FileList, bool NoConfirmation, void * Param);
|
|
|
bool __fastcall ExecuteCopyMoveFileOperation(
|
|
bool __fastcall ExecuteCopyMoveFileOperation(
|
|
|
TFileOperation Operation, TOperationSide Side, TStrings * FileList, bool NoConfirmation, void * Param);
|
|
TFileOperation Operation, TOperationSide Side, TStrings * FileList, bool NoConfirmation, void * Param);
|
|
|
- bool __fastcall ExecuteDeleteFileOperation(TOperationSide Side, TStrings * FileList, bool NoConfirmation, void * Param);
|
|
|
|
|
|
|
+ bool __fastcall ExecuteDeleteFileOperation(TOperationSide Side, TStrings * FileList, void * Param);
|
|
|
virtual bool __fastcall DDGetTarget(UnicodeString & Directory,
|
|
virtual bool __fastcall DDGetTarget(UnicodeString & Directory,
|
|
|
bool & ForceQueue, UnicodeString & CounterName);
|
|
bool & ForceQueue, UnicodeString & CounterName);
|
|
|
virtual void __fastcall DDFakeFileInitDrag(TFileList * FileList, bool & Created);
|
|
virtual void __fastcall DDFakeFileInitDrag(TFileList * FileList, bool & Created);
|