BoilerPlate: Reusable CORBA |
#include <SignalStrategy.h>
Inheritance diagram for SignalStrategy:
Inherit this class to create a handler for a specific system signal
Public Member Functions | |
virtual int | handle_strategy (int sig, siginfo_t *info, void *context, SysHook &app_hook)=0 |
|
Called by the SignalControler to handle a specific signal A SignalStrategy is registered with the SignalController to handle a specific signal. The parameters passed to the SignalController by the system with the signal are passed to the SignalStrategy.
Implemented in CtrlCSignalStrategy. |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:34 2004 for BoilerPlate by 1.3.7 |