Skip to content
Snippets Groups Projects
Commit 785a418e authored by Marco Clemencic's avatar Marco Clemencic
Browse files

ThreadInitTask: MT fix (mr !631)

Use thread-local copies of the ToolHandleArray
parents c9f29208 f0c81ef3
No related branches found
No related tags found
1 merge request!631ThreadInitTask: MT fix.
Pipeline #
......@@ -36,7 +36,7 @@ public:
static bool execFailed() { return m_execFailed; }
private:
ToolHandleArray<IThreadInitTool>& m_tools;
ToolHandleArray<IThreadInitTool> m_tools;
boost::barrier* m_barrier;
SmartIF<ISvcLocator> m_serviceLocator;
......
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