Skip to content
Snippets Groups Projects
Commit d44d36db authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (AthenaMonitoring-02-03-01)

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.
parent 43eb7a19
No related merge requests found
Showing with 187 additions and 159 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment