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/GUI/BenchmarkDialog.h')
-rw-r--r--CPP/7zip/UI/GUI/BenchmarkDialog.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/CPP/7zip/UI/GUI/BenchmarkDialog.h b/CPP/7zip/UI/GUI/BenchmarkDialog.h
index 82531117..a5f0292a 100644
--- a/CPP/7zip/UI/GUI/BenchmarkDialog.h
+++ b/CPP/7zip/UI/GUI/BenchmarkDialog.h
@@ -51,11 +51,15 @@ public:
AString Text;
bool TextWasChanged;
+ // UString Freq;
+ // bool FreqWasChanged;
+
CProgressSyncInfo()
{
if (_startEvent.Create() != S_OK)
throw 3986437;
}
+
void Init()
{
Changed = false;
@@ -70,9 +74,13 @@ public:
NumPasses = 0;
+ // Freq.SetFromAscii("MHz: ");
+ // FreqWasChanged = true;
+
Text.Empty();
TextWasChanged = true;
}
+
void Stop()
{
NWindows::NSynchronization::CCriticalSectionLock lock(CS);