Go to the documentation of this file.00001 #ifndef ServiceRegistry_ServicePluginFactory_h
00002 #define ServiceRegistry_ServicePluginFactory_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023 #include "FWCore/PluginManager/interface/PluginFactory.h"
00024
00025
00026
00027
00028 namespace edm {
00029 namespace serviceregistry {
00030 class ServiceMakerBase;
00031
00032 typedef edmplugin::PluginFactory< ServiceMakerBase* ()> ServicePluginFactory;
00033 }
00034 }
00035
00036 #endif