Skip to content

TrkToolInterfaces, etc: Add const interfaces to IPRD_AssociationTool.

Add const interfaces to IPRD_AssociationTool; instead of keeping the tool state internally, these pass the state explicitly as an additional argument. The existing interfaces are retained for now for backwards compatibility.

This is to allow fixing some violations of ToolHandle constness rules.

Merge request reports