Forked from
atlas / athena
138304 commits behind the upstream repository.
Atlas-Software Librarian
authored
2016-03-30 scott snyder <snyder@bnl.gov> * Tagging AthenaMonitoring-02-03-01. * Coverity 12548, 13134, 106180, 12394, 30123, 30200-30207. * Tagging AthenaMonitoring-02-03-00. * Moving to replace access to protected members with calls to functions (and clean up naming convention violations in the process). For each (currently) protected flag variable X, change it to a private member m_X and introduce an accessor function XFlag(). For backwards compatibility, also add a member X which shadows the value of m_X; this is public (to avoid naming convention warnings) but marked as deprecated.