diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-02-08 17:44:41 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-02-08 17:44:41 +0100 |
commit | 51ab5ce2f55399f7229ba5ea41edc4225dd7f412 (patch) | |
tree | 24b8ed79a6cac21ebabb5ef12e6c7f5bc766b1d1 /infosatepg.h | |
parent | ce9f6ffc44cc41dfbe9320650391ddcef5d86d3d (diff) | |
download | vdr-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.h | 1 |
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); |