added new interface for const generic tools
Added IGenericThreadSafeTool
interface for tools that can provide
a const execute()
method.
A tool implementing IGenericThreadSafeTool
can be used where
IGenericTool
is expected.
This is a port to LHCb of gaudi/Gaudi!249 (closed).