IncidentSvc: handle rethrow for asychronous incidents
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 toIIncidentSvc
, - use this
struct
in theIncidentPack
to have access to all listener properties.
Also change IncidentPack
from class
to typedef
.
Edited by Frank Winklmeier