summaryrefslogtreecommitdiff
path: root/infosatepg.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-03-09 18:31:28 +0100
committerJochen Dolze <vdr@dolze.de>2009-03-09 18:31:28 +0100
commit2da0dc7af7c885c10b9511040c42ee5198a2cfa1 (patch)
treee6b6deced3cc0404c469662c1d9644eaf356809f /infosatepg.h
parent2417d1f3902ee7bfa78ffd6aeb3ea5421a7ac2dd (diff)
downloadvdr-plugin-infosatepg-2da0dc7af7c885c10b9511040c42ee5198a2cfa1.tar.gz
vdr-plugin-infosatepg-2da0dc7af7c885c10b9511040c42ee5198a2cfa1.tar.bz2
Changed thread handlingv0.0.8
Diffstat (limited to 'infosatepg.h')
-rw-r--r--infosatepg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/infosatepg.h b/infosatepg.h
index b7c9f3b..48e5c5f 100644
--- a/infosatepg.h
+++ b/infosatepg.h
@@ -11,6 +11,7 @@
#include "global.h"
#include "status.h"
+#include "process.h"
static const char *VERSION = "0.0.8";
static const char *DESCRIPTION = trNOOP("Read EPG info from infosat");
@@ -20,6 +21,7 @@ private:
// Add any member variables or functions you may need here.
cGlobalInfosatepg *global;
cStatusInfosatepg *statusMonitor;
+ cProcessInfosatepg *process;
int pmac;
public:
cPluginInfosatepg(void);