Skip to content
Snippets Groups Projects

Modernize constructors and destructors

Merged Gerhard Raven requested to merge graven/Gaudi:cleanuo-gaudialg into master
Compare and
219 files
+ 235
1086
Compare changes
  • Side-by-side
  • Inline
Files
219
@@ -9,11 +9,6 @@ public:
**/
EventCounter( const std::string& name, ISvcLocator* pSvcLocator );
/**
** Destructor
**/
~EventCounter() override = default;
/*****************************
** Public Function Members **
*****************************/
Loading