Skip to content

IncidentSvc: handle rethrow for asychronous incidents

Frank Winklmeier requested to merge fwinkl/Gaudi:incident_throw into master

The rethrow property was being ignored for asynchronous incidents (those handled by IncidentProcAlg). To fix this a few changes were necessary:

  • move the struct Listener that stores the listener properties to IIncidentSvc,
  • use this struct in the IncidentPack to have access to all listener properties.

Also change IncidentPack from class to typedef.

Closes https://its.cern.ch/jira/browse/ATEAM-702.

Edited by Frank Winklmeier

Merge request reports