vdr
2.2.0
|
#include <epg.h>
Public Member Functions | |
cSchedulesLock (bool WriteLock=false, int TimeoutMs=0) | |
~cSchedulesLock () | |
bool | Locked (void) |
Private Attributes | |
bool | locked |
cSchedulesLock::cSchedulesLock | ( | bool | WriteLock = false , |
int | TimeoutMs = 0 |
||
) |
Definition at line 1183 of file epg.c.
References cRwLock::Lock(), cSchedules::rwlock, and cSchedules::schedules.
cSchedulesLock::~cSchedulesLock | ( | ) |
Definition at line 1188 of file epg.c.
References cSchedules::epgDataFileName, cSchedules::lastDump, cSchedules::modified, cSchedules::rwlock, cSchedules::schedules, and cRwLock::Unlock().
|
inline |
Definition at line 186 of file epg.h.
Referenced by cSchedules::Schedules().