Skip to content
  • Scott Snyder's avatar
    AthContainers, etc: Move Accessor, etc. classes out of AuxElement. · 03e0fd7d
    Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
    AthContainers: Move Accessor, etc. classes out of AuxElement.
    
    Accessor and related classes have been members of AuxElement, the original
    thinking being that derived classes of AuxElement may want to redefine them.
    However, in retrospect, there does not seem to be any circumstance in which
    that would actually make sense.  Further, it prevents having any specializations
    for these classes.  So move these classes out of AuxElement into the SG
    namespace (but with the names brought into AuxElement via using declarations
    for backwards compatibility).
    03e0fd7d