CMS 3D CMS Logo

ServiceMakerBase.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: ServiceRegistry
4 // Class : ServiceMakerBase
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Mon Sep 5 13:33:19 EDT 2005
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 using namespace edm::serviceregistry;
19 
20 //
21 // constants, enums and typedefs
22 //
23 
24 //
25 // static data member definitions
26 //
27 
28 //
29 // constructors and destructor
30 //
32 
33 // ServiceMakerBase::ServiceMakerBase(const ServiceMakerBase& rhs)
34 // {
35 // // do actual copying here;
36 // }
37 
39 
40 //
41 // assignment operators
42 //
43 // const ServiceMakerBase& ServiceMakerBase::operator=(const ServiceMakerBase& rhs)
44 // {
45 // //An exception safe implementation is
46 // ServiceMakerBase temp(rhs);
47 // swap(rhs);
48 //
49 // return *this;
50 // }
51 
52 //
53 // member functions
54 //
55 
56 //
57 // const member functions
58 //
59 
60 //
61 // static member functions
62 //