CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Utilities/RFIOAdaptor/interface/RFIOPluginFactory.h

Go to the documentation of this file.
00001 #ifndef RFIO_ADAPTOR_RFIO_PLUGIN_FACTORY_H
00002 # define RFIO_ADAPTOR_RFIO_PLUGIN_FACTORY_H
00003 
00004 #include "FWCore/PluginManager/interface/PluginFactory.h"
00005 
00006 struct RFIODummyFile {};
00007 typedef edmplugin::PluginFactory<RFIODummyFile*(void)> RFIOPluginFactory;
00008 
00009 #endif // RFIO_ADAPTOR_RFIO_PLUGIN_FACTORY_H