summaryrefslogtreecommitdiff
path: root/epg2vdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'epg2vdr.h')
-rw-r--r--epg2vdr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epg2vdr.h b/epg2vdr.h
index 172fdf0..efadeb2 100644
--- a/epg2vdr.h
+++ b/epg2vdr.h
@@ -32,8 +32,6 @@ static const char* MAINMENUENTRY = tr("EPG and Timer Service");
// cPluginEPG2VDR
//***************************************************************************
-// cOsdMenu* newWathsOn();
-
class cPluginEPG2VDR : public cPlugin
{
public:
@@ -78,6 +76,7 @@ class cPluginEPG2VDR : public cPlugin
cDbStatement* selectTimers;
cDbStatement* selectEventById;
cMutex mutexTimerService;
+ cMutex mutexServiceWithDb;
};
//***************************************************************************