00001 // -*- C++ -*- 00002 // 00003 // Package: ServiceRegistry 00004 // Class : ServiceMakerBase 00005 // 00006 // Implementation: 00007 // <Notes on implementation> 00008 // 00009 // Original Author: Chris Jones 00010 // Created: Mon Sep 5 13:33:19 EDT 2005 00011 // $Id: ServiceMakerBase.cc,v 1.1 2005/09/07 21:58:20 chrjones Exp $ 00012 // 00013 00014 // system include files 00015 00016 // user include files 00017 #include "FWCore/ServiceRegistry/interface/ServiceMakerBase.h" 00018 00019 using namespace edm::serviceregistry; 00020 00021 // 00022 // constants, enums and typedefs 00023 // 00024 00025 // 00026 // static data member definitions 00027 // 00028 00029 // 00030 // constructors and destructor 00031 // 00032 ServiceMakerBase::ServiceMakerBase() 00033 { 00034 } 00035 00036 // ServiceMakerBase::ServiceMakerBase(const ServiceMakerBase& rhs) 00037 // { 00038 // // do actual copying here; 00039 // } 00040 00041 ServiceMakerBase::~ServiceMakerBase() 00042 { 00043 } 00044 00045 // 00046 // assignment operators 00047 // 00048 // const ServiceMakerBase& ServiceMakerBase::operator=(const ServiceMakerBase& rhs) 00049 // { 00050 // //An exception safe implementation is 00051 // ServiceMakerBase temp(rhs); 00052 // swap(rhs); 00053 // 00054 // return *this; 00055 // } 00056 00057 // 00058 // member functions 00059 // 00060 00061 // 00062 // const member functions 00063 // 00064 00065 // 00066 // static member functions 00067 //