|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/Incident.h"#include "GaudiKernel/MsgStream.h"#include "GaudiKernel/SvcFactory.h"#include "GaudiKernel/DataObject.h"#include "GaudiKernel/IIncidentSvc.h"#include "GaudiKernel/IEvtSelector.h"#include "GaudiKernel/IDataManagerSvc.h"#include "GaudiKernel/IDataProviderSvc.h"#include "GaudiKernel/IConversionSvc.h"#include "HistogramAgent.h"#include "EventLoopMgr.h"#include "GaudiKernel/WatchdogThread.h"#include <csignal>

Go to the source code of this file.
Defines | |
| #define | GAUDISVC_EVENTLOOPMGR_CPP |
| #define GAUDISVC_EVENTLOOPMGR_CPP |
Definition at line 2 of file EventLoopMgr.cpp.
Definition at line 136 of file EventLoopMgr.cpp.
| sig_atomic_t m_caught[NSIG] |
Definition at line 137 of file EventLoopMgr.cpp.
| handler_t m_defaultAction |
| bool m_monitored[NSIG] |
| handler_t m_oldActions[NSIG] |
List of replaced signal actions (for the recovery when disable the monitoring).
Definition at line 113 of file EventLoopMgr.cpp.