Skip to content
Snippets Groups Projects
Commit 98ee60b0 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'thread.GeoModelInterfaces-20200911' into 'master'

GeoModelInterfaces: Enable thread-safety static checker.

See merge request !36336
parents acb7a9c5 68a84b3f
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36336GeoModelInterfaces: Enable thread-safety static checker.
DetectorDescription/GeoModel/GeoModelInterfaces
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#ifndef GEOMODELINTERFACES_IGEOMODELTOOL_H
......@@ -7,6 +7,7 @@
#include "GaudiKernel/IAlgTool.h"
#include "AthenaKernel/IOVSvcDefs.h"
#include "CxxUtils/checker_macros.h"
static const InterfaceID IID_IGeoModelTool( "IGeoModelTool", 1, 0 );
......@@ -25,7 +26,7 @@ public:
virtual StatusCode clear() = 0;
// Register callback function on ConDB object
virtual StatusCode registerCallback() = 0;
virtual StatusCode registerCallback ATLAS_NOT_THREAD_SAFE () = 0;
// Callback function itself
virtual StatusCode align(IOVSVC_CALLBACK_ARGS) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment