Revision b5ae409...
Go back to digest for 13th January 2013Bug Fixes in KDE Base
Vishesh Handa committed changes in [nepomuk-core/KDE/4.10] /storage:
ResourceWatcherManager: Improve thread safety
The ResourceWatcherManager is accessed by multiple threads at the same
time, and its internal structures can be changed by some of those
threads.
Use a mutex to protect most of its member functions.
File Changes
Modified 2 files
- /storage
- services/resourcewatchermanager.cpp
- services/resourcewatchermanager.h
2 files changed in total