|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <IncidentSvc.h>
Public Member Functions | |
| Listener (IIncidentListener *il, long pri, bool thr=false, bool single=false) | |
Public Attributes | |
| IIncidentListener * | iListener |
| long | priority |
| bool | rethrow |
| bool | singleShot |
Definition at line 42 of file IncidentSvc.h.
| IncidentSvc::Listener::Listener | ( | IIncidentListener * | il, | |
| long | pri, | |||
| bool | thr = false, |
|||
| bool | single = false | |||
| ) | [inline] |
Definition at line 49 of file IncidentSvc.h.
00049 : 00050 iListener(il), priority(pri), rethrow(thr), singleShot(single){}
Definition at line 44 of file IncidentSvc.h.
Definition at line 45 of file IncidentSvc.h.
Definition at line 46 of file IncidentSvc.h.
Definition at line 47 of file IncidentSvc.h.