CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondCore/DBCommon/interface/BlobStreamerPluginFactory.h

Go to the documentation of this file.
00001 #ifndef CondCore_DBCommon_BlobStreamerPluginFactory_h
00002 #define CondCore_DBCommon_BlobStreamerPluginFactory_h
00003 #include "FWCore/PluginManager/interface/PluginFactory.h"
00004 #include "CondCore/ORA/interface/IBlobStreamingService.h"
00005 #include <string>
00006 
00007 namespace cond {
00008   typedef edmplugin::PluginFactory< ora::IBlobStreamingService*() > BlobStreamerPluginFactory;
00009 }
00010 
00011 #endif