Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Console/UpdateCallbackConsole.h')
-rwxr-xr-xCPP/7zip/UI/Console/UpdateCallbackConsole.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/CPP/7zip/UI/Console/UpdateCallbackConsole.h b/CPP/7zip/UI/Console/UpdateCallbackConsole.h
index ca7cc742..d04e1ad4 100755
--- a/CPP/7zip/UI/Console/UpdateCallbackConsole.h
+++ b/CPP/7zip/UI/Console/UpdateCallbackConsole.h
@@ -46,24 +46,7 @@ public:
m_PercentPrinter.OutStream = outStream;
}
- HRESULT OpenResult(const wchar_t *name, HRESULT result);
-
- HRESULT StartScanning();
- HRESULT CanNotFindError(const wchar_t *name, DWORD systemError);
- HRESULT FinishScanning();
-
- HRESULT StartArchive(const wchar_t *name, bool updating);
- HRESULT FinishArchive();
-
- HRESULT CheckBreak();
- HRESULT Finilize();
- HRESULT SetTotal(UInt64 size);
- HRESULT SetCompleted(const UInt64 *completeValue);
-
- HRESULT GetStream(const wchar_t *name, bool isAnti);
- HRESULT OpenFileError(const wchar_t *name, DWORD systemError);
- HRESULT SetOperationResult(Int32 operationResult);
- HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password);
+ INTERFACE_IUpdateCallbackUI2(;)
UStringVector FailedFiles;
CRecordVector<HRESULT> FailedCodes;