libdap++ Updated for version 3.8.2
|
#include <EventHandler.h>
Public Member Functions | |
virtual void | handle_signal (int signum) |
TestHandler () | |
Public Attributes | |
int | flag |
Test Handler. This is used with the SignalHandlerTest unit tests.
Definition at line 57 of file EventHandler.h.
libdap::TestHandler::TestHandler | ( | ) | [inline] |
Definition at line 62 of file EventHandler.h.
virtual void libdap::TestHandler::handle_signal | ( | int | signum | ) | [inline, virtual] |
Hook method for SignalHandler. If a concrete instance of this class is registered with SignalHandler, this method will be called when signum
is received.
Implements libdap::EventHandler.
Definition at line 65 of file EventHandler.h.
References flag.
Definition at line 60 of file EventHandler.h.
Referenced by handle_signal().