#include "GaudiKernel/DeclareFactoryEntries.h"
#include "DbiCableSvc.h"
#include "DbiCalibDataSvc.h"
#include "DbiSimDataSvc.h"
Include dependency graph for DbiDataSvc_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (DataSvc) |
Definition at line 7 of file DbiDataSvc_entries.cc.
00007 { 00008 DECLARE_SERVICE(DbiCableSvc); 00009 DECLARE_SERVICE(DbiCalibDataSvc); 00010 DECLARE_SERVICE(DbiSimDataSvc); 00011 }