mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
3.13
This commit is contained in:
27
7zip/UI/Console/ConsoleClose.h
Executable file
27
7zip/UI/Console/ConsoleClose.h
Executable file
@@ -0,0 +1,27 @@
|
||||
// ConsoleCloseUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __CONSOLECLOSEUTILS_H
|
||||
#define __CONSOLECLOSEUTILS_H
|
||||
|
||||
namespace NConsoleClose {
|
||||
|
||||
bool TestBreakSignal();
|
||||
|
||||
class CCtrlHandlerSetter
|
||||
{
|
||||
public:
|
||||
CCtrlHandlerSetter();
|
||||
virtual ~CCtrlHandlerSetter();
|
||||
};
|
||||
|
||||
class CCtrlBreakException
|
||||
{};
|
||||
|
||||
void CheckCtrlBreak();
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user