CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/FWCore/ServiceRegistry/interface/ServiceLegacy.h

Go to the documentation of this file.
00001 #ifndef ServiceRegistry_ServiceLegacy_h
00002 #define ServiceRegistry_ServiceLegacy_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     ServiceRegistry
00006 // Class  :     ServiceLegacy
00007 // 
00016 //
00017 // Original Author:  Chris Jones
00018 //         Created:  Wed Sep  7 13:42:29 EDT 2005
00019 // $Id: ServiceLegacy.h,v 1.1 2005/09/07 21:58:15 chrjones Exp $
00020 //
00021 
00022 // system include files
00023 
00024 // user include files
00025 
00026 // forward declarations
00027 
00028 namespace edm {
00029    namespace serviceregistry {
00030       enum ServiceLegacy {
00031          kOverlapIsError,
00032          kTokenOverrides,
00033          kConfigurationOverrides
00034       };
00035    }
00036 }
00037 
00038 #endif