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
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000526 526 Bytes | almost 8 years |
qtlockedfile-dont-build-example.patch | 0000000416 416 Bytes | about 8 years |
qtlockedfile-dont-link-qtgui.patch | 0000000517 517 Bytes | about 8 years |
qtlockedfile-libver.diff | 0000000518 518 Bytes | almost 8 years |
qtlockedfile-rpmlintrc | 0000000041 41 Bytes | almost 8 years |
qtlockedfile.changes | 0000000521 521 Bytes | almost 8 years |
qtlockedfile.prf | 0000000127 127 Bytes | about 8 years |
qtlockedfile.spec | 0000003091 3.02 KB | almost 8 years |
Comments for qtlockedfile 0