summaryrefslogtreecommitdiff
path: root/infosatepg.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2009-02-08 17:44:41 +0100
committerJochen Dolze <vdr@dolze.de>2009-02-08 17:44:41 +0100
commit51ab5ce2f55399f7229ba5ea41edc4225dd7f412 (patch)
tree24b8ed79a6cac21ebabb5ef12e6c7f5bc766b1d1 /infosatepg.h
parentce9f6ffc44cc41dfbe9320650391ddcef5d86d3d (diff)
downloadvdr-plugin-infosatepg-51ab5ce2f55399f7229ba5ea41edc4225dd7f412.tar.gz
vdr-plugin-infosatepg-51ab5ce2f55399f7229ba5ea41edc4225dd7f412.tar.bz2
Added content handling
Improved event processing
Diffstat (limited to 'infosatepg.h')
-rw-r--r--infosatepg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/infosatepg.h b/infosatepg.h
index e1f51b2..7b4d80e 100644
--- a/infosatepg.h
+++ b/infosatepg.h
@@ -20,6 +20,7 @@ private:
// Add any member variables or functions you may need here.
cGlobalInfosatepg *global;
cStatusInfosatepg *statusMonitor;
+ int numprocessed;
int mac;
public:
cPluginInfosatepg(void);