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