CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id$
20 //
21 
22 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 namespace edm {
28  namespace serviceregistry {
29 
31  {
32 
33 public:
35  virtual ~ServiceWrapperBase();
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42 
43 private:
44  ServiceWrapperBase(const ServiceWrapperBase&); // stop default
45 
46  const ServiceWrapperBase& operator=(const ServiceWrapperBase&); // stop default
47 
48  // ---------- member data --------------------------------
49 
50  };
51  }
52 }
53 
54 #endif
const ServiceWrapperBase & operator=(const ServiceWrapperBase &)