BoilerPlate: Reusable CORBA |
#include <CtrlCSignalStrategy.h>
Inheritance diagram for CtrlCSignalStrategy:
A default implementation of a SignalStrategy for Control-C. This SignalStrategy will call SysHook::shutdown. You must register it with the SignalController in your main-line.
Public Member Functions | |
CtrlCSignalStrategy () | |
virtual | ~CtrlCSignalStrategy () |
virtual int | handle_strategy (int sig, siginfo_t *info, void *context, SysHook &app_hook) |
|
ctor |
|
dtor |
|
Implements the SignalStrategy contract 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.
Implements SignalStrategy. |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:33 2004 for BoilerPlate by 1.3.7 |