Skip to content
Snippets Groups Projects
Commit 223ce088 authored by Charles Leggett's avatar Charles Leggett
Browse files

Merge branch 'GAUDI-1183' into 'master'

reorganize DataHandleHolder visitor acces to avoid non-retrieved tools

This is not a perfect fix, more a workaround.

The method `initToolHandles` have been modified to fill the list of used `ToolHandle`s only with the tools retrieved explicitly in the `initialize` method.

`GaudiCommon` required the introduction of a hook so that the custom _fixer_ visitor could be created in the `GaudiCommon::initialize`, but used only at the end of `PBASE::sysInitialize` (eb392741).

I also fixed an issue (double delete) with the use of `ToolHandle` from `GaudiCommon` (0a1bec8).

Fixes GAUDI-1183.

See merge request !120
parents 9a318120 4ddc4bd2
No related branches found
No related tags found
Loading
Showing with 141 additions and 173 deletions
Loading
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