1
2
3
4
5
6
7
8
9
10
|
#ifndef CondCore_CondDB_CoralServiceMacros_h
#define CondCore_CondDB_CoralServiceMacros_h
#include "CondCore/CondDB/interface/CoralServiceFactory.h"
#include "CoralKernel/Service.h"
#define DEFINE_CORALSERVICE(type, name) \
DEFINE_EDM_PLUGIN(cond::CoralServicePluginFactory, cond::CoralServiceWrapper<type>, name)
#endif
|