Skip to content
Commit d79ce220 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

use std::list for ListenerList in IncidentSvc

Using std::list instead of std::vector allows the
possibility of listeners being added during the handling of
an incident, which cannot be forbidden because a handler may
trigger instantiation of a component that wants to be
registered.

From Scott Snyder. See atlas/Gaudi!20

See merge request !164
parents b29534a0 be330fe7
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment