Skip to content
Commit 76b4acfa authored by Milian Wolff's avatar Milian Wolff
Browse files

Refactor ItemRepository to explicitly set mutex from outside

Instead of having m_ownMutex and a way to optionally override
that from the outside, always force the mutex to be provided
from the outside.

This is by itself not a functional change, but it will allow us
to get rid of the (deprecated) recursive mutices one by one, just
like we have established already in the indexedstring.cpp code.
I.e. all of the mutices we are providing are still recursive.
parent 743dfbc9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment