Skip to content

Make ByteStreamEventSelectorOutputSvc interface available Fix ATLASSIM-4900

While modernizing the ByteStreamEventSelectorOutputSvc I introduced ATH_CHECK to handle the querying the interface of the base class. This of course means a return would now happen on failure, the opposite of what we want. This fixes my mistake.

Merge request reports