Skip to content

AthenaPoolCnvSvc: const fix

IAthenaPoolCnvSvc can't be const, becasue it now calls IAthTool::stop(), which is non-const.

Merge request reports