The QtLockedFile class extends QFile with advisory locking functions
This class extends the QFile class with inter-process file locking
capabilities. If an application requires that several processes
should access the same file, QtLockedFile can be used to easily
ensure that only one process at a time is writing to the file, and
that no process is writing to it while others are reading it.
http://qt.digia.com/Product/Qt-Add-Ons/Qt-Solutions-Archive/
http://qt.gitorious.org/qt-solutions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Education/qtlockedfile && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000526 526 Bytes | |
| qtlockedfile-dont-build-example.patch | 0000000416 416 Bytes | |
| qtlockedfile-dont-link-qtgui.patch | 0000000517 517 Bytes | |
| qtlockedfile-libver.diff | 0000000518 518 Bytes | |
| qtlockedfile-rpmlintrc | 0000000041 41 Bytes | |
| qtlockedfile.changes | 0000000521 521 Bytes | |
| qtlockedfile.prf | 0000000127 127 Bytes | |
| qtlockedfile.spec | 0000003091 3.02 KB |
Comments 0