#include "GaudiKernel/ITHistSvc.h"
#include "GaudiKernel/IIncidentListener.h"
#include "Gaudi/Interfaces/IOptionsSvc.h"
#include "AthenaBaseComps/AthService.h"
#include "CxxUtils/checker_macros.h"
#include <vector>
#include <string>
#include <mutex>
#include <atomic>
#include <thread>
#include <boost/regex.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <tbb/concurrent_hash_map.h>
Go to the source code of this file.
◆ NOSUPPORT
| #define NOSUPPORT |
( |
| lvl, |
|
|
| what ) |
Value: do { \
ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
return {}; \
} while (0)
Definition at line 32 of file WebdaqHistSvc.h.
32#define NOSUPPORT(lvl, what) \
33 do { \
34 ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
35 return {}; \
36 } while (0)