![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
#include <FileLock.H>
Public Member Functions | |
| FileLock (const char *path) | |
| virtual | ~FileLock () |
Public Member Functions inherited from Lock | |
| Lock () | |
| virtual | ~Lock () |
| LockId | lock_id () const |
Additional Inherited Members | |
Protected Member Functions inherited from Lock | |
| void | lock () |
| void | unlock () |
Static Protected Attributes inherited from Lock | |
| static LocksAr * | plocksar |
Lock based on file creation. Extends class Lock by file-based exclusive lock. Explores open(path,O_CREAT|O_EXCL) feature to fail or to succeed.
| FileLock::FileLock | ( | const char * | path | ) |
Doing lock here
|
virtual |
Doing unlock here
1.8.5