diff options
author | anbr <vdr07@deltab.de> | 2010-10-23 19:38:08 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-10-23 19:38:08 +0200 |
commit | b7f95989e45ea6a0d6fc839ae628f5b2bc6f8b32 (patch) | |
tree | 070795528042943665d5c806050681f571ee5da9 /watch.h | |
parent | 4fb594582ea4587a83328b3e9964fde3c5bc36c1 (diff) | |
download | vdr-plugin-targavfd-b7f95989e45ea6a0d6fc839ae628f5b2bc6f8b32.tar.gz vdr-plugin-targavfd-b7f95989e45ea6a0d6fc839ae628f5b2bc6f8b32.tar.bz2 |
blank the device completely by svdrp off
Diffstat (limited to 'watch.h')
-rw-r--r-- | watch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ public: virtual ~cVFDWatch(); virtual bool open(); - virtual void close (); + virtual void shutdown(int nExitMode); void Replaying(const cControl *pControl, const char *szName, const char *szFileName, bool bOn); void Recording(const cDevice *pDevice, const char *szName, const char *szFileName, bool bOn); |