diff options
Diffstat (limited to 'epg2vdr.h')
-rw-r--r-- | epg2vdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ class cPluginEPG2VDR : public cPlugin cDbTable* useeventsDb; cDbTable* recordingListDb; cDbStatement* selectTimers; + cDbStatement* selectTimerByEvent; cDbStatement* selectEventById; cMutex mutexTimerService; cMutex mutexServiceWithDb; |