summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.h b/device.h
index 39621a3c..8b77d48e 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 4.13 2019/05/28 14:47:09 kls Exp $
+ * $Id: device.h 4.14 2020/05/04 08:50:20 kls Exp $
*/
#ifndef __DEVICE_H
@@ -450,6 +450,8 @@ public:
///< Attaches the given filter to this device.
void Detach(cFilter *Filter);
///< Detaches the given filter from this device.
+ const cSdtFilter *SdtFilter(void) const { return sdtFilter; }
+ cSectionHandler *SectionHandler(void) const { return sectionHandler; }
// Common Interface facilities: