We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10994ea commit 978f06cCopy full SHA for 978f06c
1 file changed
Framework/include/QualityControl/DatabaseInterface.h
@@ -21,6 +21,8 @@
21
#include <vector>
22
#include <unordered_map>
23
24
+#include <Framework/ServiceRegistry.h>
25
+
26
#include "QualityControl/QualityObject.h"
27
#include "QualityControl/MonitorObject.h"
28
@@ -33,6 +35,8 @@ namespace o2::quality_control::repository
33
35
class DatabaseInterface
34
36
{
37
public:
38
+ constexpr static framework::ServiceKind service_kind = framework::ServiceKind::Global;
39
40
/// Default constructor
41
DatabaseInterface() = default;
42
/// Destructor
0 commit comments