summaryrefslogtreecommitdiff
path: root/client/device.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-04-07 15:07:38 +0000
committerschmirl <schmirl>2008-04-07 15:07:38 +0000
commitc6c2344fef5847cc8596c417491050b8b8bbbde1 (patch)
tree30139bef40fe81f93f37e387284ffd49d7dfee06 /client/device.h
parent9c60fb4e42bce2fd3b6d7d9c011f1688cddd4394 (diff)
downloadvdr-plugin-streamdev-c6c2344fef5847cc8596c417491050b8b8bbbde1.tar.gz
vdr-plugin-streamdev-c6c2344fef5847cc8596c417491050b8b8bbbde1.tar.bz2
Applied and removed respect_ca patch
Diffstat (limited to 'client/device.h')
-rw-r--r--client/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/device.h b/client/device.h
index 0c7e918..ada66de 100644
--- a/client/device.h
+++ b/client/device.h
@@ -1,5 +1,5 @@
/*
- * $Id: device.h,v 1.7 2008/04/07 14:40:39 schmirl Exp $
+ * $Id: device.h,v 1.7.2.1 2008/04/07 15:07:39 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_DEVICE_H
@@ -49,6 +49,7 @@ public:
cStreamdevDevice(void);
virtual ~cStreamdevDevice();
+ virtual int ProvidesCa(const cChannel *Channel) const;
virtual bool ProvidesSource(int Source) const;
virtual bool ProvidesTransponder(const cChannel *Channel) const;
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1,