WvStreams
|
Class to handle Lock files - useful for WvDial and other places where we need to guarantee exclusive access to a file or device. More...
#include <wvlockdev.h>
Public Member Functions | |
WvLockDev (WvString _devicename) | |
bool | lock () |
void | unlock () |
bool | islocked () const |
Class to handle Lock files - useful for WvDial and other places where we need to guarantee exclusive access to a file or device.
Creates/Removes lockfiles in /var/lock.
Definition at line 17 of file wvlockdev.h.