Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Scott Snyder's avatar
    bdadd79d
    EventInfo: const fixes. · bdadd79d
    Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
    EventInfo had some const methods that were returning non-const pointers
    to member data.  This violates the spirit of const-correctness
    (and the thread-safety checker warns about it).
    Clean up by splitting the affected methods into const and non-const versions,
    returning const and non-const pointers, respectively.
    bdadd79d
    History
    EventInfo: const fixes.
    Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
    EventInfo had some const methods that were returning non-const pointers
    to member data.  This violates the spirit of const-correctness
    (and the thread-safety checker warns about it).
    Clean up by splitting the affected methods into const and non-const versions,
    returning const and non-const pointers, respectively.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.