summaryrefslogtreecommitdiff
path: root/epg2vdr.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-19 12:16:15 +0100
committerhorchi <vdr@jwendel.de>2017-03-19 12:16:15 +0100
commit7b6f2a4d5dd2fc60b6f50d6f3c8b36ce732f6365 (patch)
treec601aa884e953af3018472facc8e605695b48e6b /epg2vdr.h
parent9bcc41bef9f18e4ec0d65a9dc9f72af05591790e (diff)
downloadvdr-plugin-epg2vdr-7b6f2a4d5dd2fc60b6f50d6f3c8b36ce732f6365.tar.gz
vdr-plugin-epg2vdr-7b6f2a4d5dd2fc60b6f50d6f3c8b36ce732f6365.tar.bz2
minor change
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;
};
//***************************************************************************