#include <wvlockfile.h>
Public Member Functions | |
WvLockFile (WvString _devicename) | |
~WvLockFile () | |
bool | lock () |
void | unlock () |
bool | islocked () const |
WvLockFile (WvString _devicename) | |
~WvLockFile () | |
bool | lock () |
void | unlock () |
bool | islocked () const |
Private Attributes | |
WvString | devicename |
WvString | filename |
int | lock_count |
Definition at line 17 of file include/wvlockfile.h.
|
Definition at line 17 of file wvlockfile.cc. References devicename, filename, and lock_count. |
|
Definition at line 31 of file wvlockfile.cc. References lock_count, and unlock(). |
|
|
|
|
|
Definition at line 27 of file streams/wvlockfile.h. |
|
Definition at line 27 of file include/wvlockfile.h. |
|
|
|
Definition at line 79 of file wvlockfile.cc. References WvStream::close(), WvStream::getline(), WvStream::isok(), lock_count, WvFile::open(), WvStream::print(), and trim_string(). Referenced by WvModem::WvModem(). |
|
|
|
Definition at line 130 of file wvlockfile.cc. References lock_count. Referenced by ~WvLockFile(). |
|
Definition at line 19 of file streams/wvlockfile.h. Referenced by WvLockFile(). |
|
Definition at line 19 of file streams/wvlockfile.h. Referenced by WvLockFile(). |
|
Definition at line 20 of file streams/wvlockfile.h. Referenced by lock(), unlock(), WvLockFile(), and ~WvLockFile(). |