android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/Console/ConsoleClose.h
2025-09-05 16:56:03 +08:00

26 lines
358 B
C++

// ConsoleCloseUtils.h
#ifndef __CONSOLECLOSEUTILS_H
#define __CONSOLECLOSEUTILS_H
namespace NConsoleClose {
bool TestBreakSignal();
class CCtrlHandlerSetter
{
void (*memo_sig_int)(int);
void (*memo_sig_term)(int);
public:
CCtrlHandlerSetter();
virtual ~CCtrlHandlerSetter();
};
class CCtrlBreakException
{};
void CheckCtrlBreak();
}
#endif