summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
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 488b789..ed1a352 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -46,9 +46,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);