CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Utilities/StorageFactory/interface/StorageMakerFactory.h

Go to the documentation of this file.
00001 #ifndef STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H
00002 # define STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H
00003 
00004 # include "FWCore/PluginManager/interface/PluginFactory.h"
00005 
00006 class StorageMaker;
00007 typedef edmplugin::PluginFactory<StorageMaker *(void)> StorageMakerFactory;
00008 
00009 #endif // STORAGE_FACTORY_STORAGE_MAKER_FACTORY_H