#include <wvlockfile.h>
Public Methods | |
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. References lock_count. |
|
Definition at line 27 of file include/wvlockfile.h. References lock_count. |
|
|
|
Definition at line 79 of file wvlockfile.cc. References WvStream::close, filename, 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 filename, and 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 lock, unlock, and WvLockFile. |
|
Definition at line 20 of file streams/wvlockfile.h. Referenced by islocked, lock, unlock, WvLockFile, and ~WvLockFile. |