CMS 3D CMS Logo

ServiceWrapperBase.h
Go to the documentation of this file.
1 #ifndef ServiceRegistry_ServiceWrapperBase_h
2 #define ServiceRegistry_ServiceWrapperBase_h
3 // -*- C++ -*-
4 //
5 // Package: ServiceRegistry
6 // Class : ServiceWrapperBase
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Sep 5 13:33:01 EDT 2005
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 namespace edm {
27  namespace serviceregistry {
28 
30  public:
32  ServiceWrapperBase(const ServiceWrapperBase&) = delete; // stop default
33  const ServiceWrapperBase& operator=(const ServiceWrapperBase&) = delete; // stop default
34  virtual ~ServiceWrapperBase();
35 
36  // ---------- const member functions ---------------------
37 
38  // ---------- static member functions --------------------
39 
40  // ---------- member functions ---------------------------
41 
42  private:
43  // ---------- member data --------------------------------
44  };
45  } // namespace serviceregistry
46 } // namespace edm
47 
48 #endif
const ServiceWrapperBase & operator=(const ServiceWrapperBase &)=delete
HLT enums.