CMS 3D CMS Logo

CoralServiceMacros.h
Go to the documentation of this file.
1 #ifndef CondCore_CondDB_CoralServiceMacros_h
2 #define CondCore_CondDB_CoralServiceMacros_h
3 
5 #include "CoralKernel/Service.h"
6 
7 #define DEFINE_CORALSERVICE(type,name) \
8  DEFINE_EDM_PLUGIN (cond::CoralServicePluginFactory,cond::CoralServiceWrapper<type>,name)
9 
10 #endif