CMS 3D CMS Logo

CPUServiceBase.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_CPUServiceBase_h
2 #define FWCore_Utilities_CPUServiceBase_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Utilities
6 // Class : CPUServiceBase
7 //
17 //
18 // Original Author: Brian Bockelman
19 // Created: Wed Sep 7 12:05:13 CDT 2016
20 //
21 
22 namespace edm {
24  public:
26  CPUServiceBase(const CPUServiceBase &) = delete; // stop default
27  const CPUServiceBase &operator=(const CPUServiceBase &) = delete; // stop default
28 
29  virtual ~CPUServiceBase();
30  };
31 } // namespace edm
32 
33 #endif
const CPUServiceBase & operator=(const CPUServiceBase &)=delete
HLT enums.