Skip to content

Feature/#332 make resource proxy internal only

I've removed any use of the ResourceProxy from anywhere in the codebase (except for ResourceManager and ResourcePointer). Nobody should ever see it again, except when they modify these two classes.

The ResourceProxy could be removed from the ResourceManager/Pointer as well, but I found it a useful abstraction layer to make both classes shorter and easier to read.

@bhentschel @jwendt @mbellgardt @ademiralp @tvierjahn

Merge request reports