#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 <memory>
#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 33 of file WebdaqHistSvc.h.
33#define NOSUPPORT(lvl, what) \
34 do { \
35 ATH_MSG_LVL(MSG::lvl, what << "is not supported by this implementation"); \
36 return {}; \
37 } while (0)