KSDCLock Class Reference
This class defines an interface used by KSharedDataCache::Private to offload proper locking and unlocking depending on what the platform supports at runtime and compile-time. More...
#include <kshareddatacache_p.h>
Public Member Functions | |
| virtual | ~KSDCLock () |
| virtual bool | initialize (bool &processSharingSupported) |
| virtual bool | lock () |
| virtual void | unlock () |
Detailed Description
This class defines an interface used by KSharedDataCache::Private to offload proper locking and unlocking depending on what the platform supports at runtime and compile-time.
Definition at line 71 of file kshareddatacache_p.h.
Constructor & Destructor Documentation
| virtual KSDCLock::~KSDCLock | ( | ) | [inline, virtual] |
Definition at line 73 of file kshareddatacache_p.h.
Member Function Documentation
Definition at line 79 of file kshareddatacache_p.h.
| virtual bool KSDCLock::lock | ( | ) | [inline, virtual] |
Definition at line 85 of file kshareddatacache_p.h.
| virtual void KSDCLock::unlock | ( | ) | [inline, virtual] |
Definition at line 90 of file kshareddatacache_p.h.
The documentation for this class was generated from the following file:
KDE 4.6 API Reference