KSDCLock Class Reference
#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.
Constructor & Destructor Documentation
| virtual KSDCLock::~KSDCLock | ( | ) | [inline, virtual] |
Definition at line 97 of file kshareddatacache_p.h.
Member Function Documentation
| virtual bool KSDCLock::initialize | ( | bool & | processSharingSupported | ) | [inline, virtual] |
Definition at line 103 of file kshareddatacache_p.h.
| virtual bool KSDCLock::lock | ( | ) | [inline, virtual] |
Definition at line 109 of file kshareddatacache_p.h.
| virtual void KSDCLock::unlock | ( | ) | [inline, virtual] |
Definition at line 114 of file kshareddatacache_p.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference