#include <sys/types.h>
#include <sys/wait.h>
#include "assa/EventHandler.h"
#include "assa/Assure.h"
Include dependency graph for Handlers.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Classes | |
class | ASSA::SIGINTHandler |
SIGINTHandler handles SIGINT signal. More... | |
class | ASSA::SIGUSR1Handler |
Class SIGUSR1Handler. More... | |
class | ASSA::SIGUSR2Handler |
Class SIGUSR2Handler handles SIGUSR2 signal. More... | |
class | ASSA::SIGCHLDHandler |
Class SIGCHLDHandler handles SIGCHLD signal. More... | |
class | ASSA::SIGALRMHandler |
Class SIGALRMHandler handles SIGALRM signal. More... | |
class | ASSA::SIGPOLLHandler |
Class SIGPOLLHandler handles SIGPOLL signal. More... | |
Defines | |
#define | ASSAIOSIG SIGPOLL |
Definition in file Handlers.h.
|
Definition at line 38 of file Handlers.h. Referenced by ASSA::SIGPOLLHandler::handle_signal(). |