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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2007-08-27 04:00:00 +0400
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:15:54 +0300
commit051769bbc577aeede90558b6ab5c9be187940ca0 (patch)
treee6330cb80f2d4a526d8aa27812528e053b0cda90 /CPP/7zip/UI/GUI/UpdateCallbackGUI.h
parent33ccab7e728a996800e166d849fe1e92a17e1afe (diff)
4.53 beta
Diffstat (limited to 'CPP/7zip/UI/GUI/UpdateCallbackGUI.h')
-rwxr-xr-xCPP/7zip/UI/GUI/UpdateCallbackGUI.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/CPP/7zip/UI/GUI/UpdateCallbackGUI.h b/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
index 16f0220c..dc370638 100755
--- a/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
+++ b/CPP/7zip/UI/GUI/UpdateCallbackGUI.h
@@ -4,7 +4,7 @@
#define __UPDATE_CALLBACK_GUI_H
#include "../Common/Update.h"
-#include "../../FileManager/Resource/ProgressDialog2/ProgressDialog.h"
+#include "../FileManager/ProgressDialog2.h"
class CUpdateCallbackGUI: public IUpdateCallbackUI2
{
@@ -13,6 +13,7 @@ public:
bool PasswordIsDefined;
UString Password;
bool AskPassword;
+ UInt64 NumFiles;
CUpdateCallbackGUI():
PasswordIsDefined(false),
@@ -24,24 +25,7 @@ public:
~CUpdateCallbackGUI();
void Init();
- 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 total);
- 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(;)
// HRESULT CloseProgress();