diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
commit | 10d78a85a5e85170979b7695704203de86f17ad3 (patch) | |
tree | ddf86c5147cacbddfc64cfa8c5504512f39fc718 /status.h | |
parent | ac6f59f7f8ff37ffe9a97fe6127926d4b83703e7 (diff) | |
download | vdr-plugin-dynamite-0.0.9e.tar.gz vdr-plugin-dynamite-0.0.9e.tar.bz2 |
re-new the device bonding if a device is attachedv0.0.9e
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ private: cDynamiteStatus(int StartupChannel); - virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); public: static void Init(void); |