Skip to content

DataModelCompatSvc: code cleanup

Frank Winklmeier requested to merge fwinkl/athena:dmcompatsvc into master
  • explicit initialization of AthService base class is not necessary
  • use ATH_MSG for logging
  • use std::call_once for one-time initialization
  • remove explicit thread-checker annotation (the entire package is being checked)

Merge request reports