Skip to content

IClassIDSvc: remove set/get package information

Frank Winklmeier requested to merge fwinkl/Gaudi:classidsvc into master

Setting the package information for a given CLID is no longer supported. This was only used in ATLAS and never worked correctly anyway [1]. Public changes are:

  • Remove getPackageInfoForID method.
  • Change name of setTypePackageForID to setTypeForID.

[1] https://its.cern.ch/jira/browse/ATEAM-731

Merge request reports