Skip to content

Draft: adapt to const-correct IUpdataManagerSvc interface

Gerhard Raven requested to merge const-correct-UpdateManagerSvc into master

Make sure that clients can register a dependency on a (pointer to) const object, and thus do not have to keep pointers non-const instances of their dependencies...

  • add some const
  • remove some inline
  • prefer find_if

must be applied in conjunction with gaudi/Gaudi!1163 (which may be tricky to do in practice!)

Edited by Rosen Matev

Merge request reports