Skip to content

IOVSvc+AthenaKernel: Change IOVSvc to deal with non-const DataProxy*.

Change the DataProxy pointers managed by IOVSvc to be non-const. Nothing requires them to be const, and this allows removing some const_casts.

See !27374 (merged).

Merge request reports