Normalize all the line endings

This commit is contained in:
Tino Reichardt
2020-05-31 13:08:03 +02:00
parent d8345ee3b3
commit 9c3c277ad7
1156 changed files with 292304 additions and 292304 deletions

View File

@@ -1,35 +1,35 @@
// UpdateCallbackGUI2.h
#ifndef __UPDATE_CALLBACK_GUI2_H
#define __UPDATE_CALLBACK_GUI2_H
#include "../FileManager/ProgressDialog2.h"
class CUpdateCallbackGUI2
{
UStringVector _lang_Ops;
UString _emptyString;
public:
UString Password;
bool PasswordIsDefined;
bool PasswordWasAsked;
UInt64 NumFiles;
UString _lang_Removing;
CUpdateCallbackGUI2():
PasswordIsDefined(false),
PasswordWasAsked(false),
NumFiles(0)
{}
// ~CUpdateCallbackGUI2();
void Init();
CProgressDialog *ProgressDialog;
HRESULT SetOperation_Base(UInt32 notifyOp, const wchar_t *name, bool isDir);
HRESULT ShowAskPasswordDialog();
};
#endif
// UpdateCallbackGUI2.h
#ifndef __UPDATE_CALLBACK_GUI2_H
#define __UPDATE_CALLBACK_GUI2_H
#include "../FileManager/ProgressDialog2.h"
class CUpdateCallbackGUI2
{
UStringVector _lang_Ops;
UString _emptyString;
public:
UString Password;
bool PasswordIsDefined;
bool PasswordWasAsked;
UInt64 NumFiles;
UString _lang_Removing;
CUpdateCallbackGUI2():
PasswordIsDefined(false),
PasswordWasAsked(false),
NumFiles(0)
{}
// ~CUpdateCallbackGUI2();
void Init();
CProgressDialog *ProgressDialog;
HRESULT SetOperation_Base(UInt32 notifyOp, const wchar_t *name, bool isDir);
HRESULT ShowAskPasswordDialog();
};
#endif