#include <kfilelock.h>
Public Member Functions | |
| KFileLock (int fd) | |
| ~KFileLock () | |
| Call unlock(). | |
| int | fd () const |
| int | lock () |
| void | unlock () |
| Unlock the file. | |
| bool | isLocked () const |
Definition at line 23 of file kfilelock.h.
|
|
Definition at line 29 of file kfilelock.cpp. |
|
|
Call unlock().
Definition at line 65 of file kfilelock.cpp. References unlock(). Here is the call graph for this function: ![]() |
|
|
Definition at line 32 of file kfilelock.h. |
|
|
Definition at line 45 of file kfilelock.h. Referenced by KHighscore::isLocked(). |
|
|
Definition at line 33 of file kfilelock.cpp. Referenced by KHighscore::lockForWriting(). |
|
|
Unlock the file.
Definition at line 70 of file kfilelock.cpp. Referenced by KHighscore::writeAndUnlock(), and ~KFileLock(). |
1.4.6