New upstream version 8.1.0
This commit is contained in:
16
mon/source/app/SignalHandler.h
Normal file
16
mon/source/app/SignalHandler.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef SIGNAL_HANDLER_H_
|
||||
#define SIGNAL_HANDLER_H_
|
||||
|
||||
class App;
|
||||
|
||||
class SignalHandler
|
||||
{
|
||||
public:
|
||||
static void registerSignalHandler(App* app);
|
||||
static void handle(int sig);
|
||||
|
||||
private:
|
||||
static App* app;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user