Skip to content
GitLab
Explore
Sign in
AthenaPoolCnvSvc: const fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:const.AthenaPoolCnvSvc-20190812
into
master
Aug 12, 2019
Overview
2
Commits
1
Pipelines
1
Changes
4
Expand
IAthenaPoolCnvSvc can't be const, becasue it now calls IAthTool::stop(), which is non-const.
Merge request reports