summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-02-17 02:17:18 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-02-17 02:17:18 +0100
commita1a08faf05403321f045d0e3bfd6b8f263f2ede0 (patch)
tree625a7b83ecfa20283f53d4ad3c37790df3202371 /dynamicdevice.h
parenta5a5be51f1d261a43f142f8be86229f2c46b1482 (diff)
downloadvdr-plugin-dynamite-a1a08faf05403321f045d0e3bfd6b8f263f2ede0.tar.gz
vdr-plugin-dynamite-a1a08faf05403321f045d0e3bfd6b8f263f2ede0.tar.bz2
support idle-option of cDevice
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index e499774..fbc44d7 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -44,9 +44,12 @@ private:
bool isDetachable;
time_t getTSWatchdog;
int getTSTimeout;
+ bool restartSectionHandler;
public:
cDynamicDevice();
void DeleteSubDevice(void);
+ virtual bool SetIdleDevice(bool Idle, bool TestOnly);
+ virtual bool CanScanForEPG(void) const;
protected:
virtual ~cDynamicDevice();
virtual bool Ready(void);