Skip to content
Commit 64bfa570 authored by Gerhard Raven's avatar Gerhard Raven
Browse files

Modernize DetDesc

* make reference counting in Services thread safe by use of
  shared_ptr / weak_ptr
* prefer static const data over member data if it is invariant
* prefer struct over class if all member data/functions are public
* do not explicitly implement destructor if the implicitly generated
  one is sufficient
* remove obsolete CVS/SVN keywords
* add final if possible
* remove commented out code
* prefer auto
parent 8f3024a7
Loading
Loading
Loading
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