Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:02

0001 #ifndef ServiceRegistry_ServiceLegacy_h
0002 #define ServiceRegistry_ServiceLegacy_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     ServiceRegistry
0006 // Class  :     ServiceLegacy
0007 //
0008 /**\class ServiceLegacy ServiceLegacy.h FWCore/ServiceRegistry/interface/ServiceLegacy.h
0009 
0010  Description: Enumeration of how Services inherit from other Service sets
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Original Author:  Chris Jones
0018 //         Created:  Wed Sep  7 13:42:29 EDT 2005
0019 //
0020 
0021 // system include files
0022 
0023 // user include files
0024 
0025 // forward declarations
0026 
0027 namespace edm {
0028   namespace serviceregistry {
0029     enum ServiceLegacy { kOverlapIsError, kTokenOverrides, kConfigurationOverrides };
0030   }
0031 }  // namespace edm
0032 
0033 #endif