Go to the documentation of this file.00001
00002 #ifndef GAUDIKERNEL_AUDFACTORY_H
00003 #define GAUDIKERNEL_AUDFACTORY_H
00004
00005 #include "GaudiKernel/Kernel.h"
00006 #include "Reflex/PluginService.h"
00007
00008 #define DECLARE_AUDITOR(x)
00009 #define DECLARE_NAMESPACE_AUDITOR(n,x)
00010 #define DECLARE_AUDITOR_FACTORY(x) PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*))
00011 #define DECLARE_NAMESPACE_AUDITOR_FACTORY(n,x) using n::x; PLUGINSVC_FACTORY(x,IAuditor*(std::string, ISvcLocator*))
00012
00013 #endif // GAUDIKERNEL_AUDFACTORY_H