1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// -*- C++ -*-
//
// Package: ServiceRegistry
// Class : ServicePluginFactory
//
// Implementation:
// <Notes on implementation>
//
// Original Author: Chris Jones
// Created: Mon Sep 5 13:33:19 EDT 2005
//
// system include files
// user include files
#include "FWCore/ServiceRegistry/interface/ServicePluginFactory.h"
EDM_REGISTER_PLUGINFACTORY(edm::serviceregistry::ServicePluginFactory, "CMS EDM Framework Service");
|