summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-06-23 12:59:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-06-23 12:59:58 +0200
commit26981fd7b148ee943d8032b46f83a7409e02e3be (patch)
tree08393b0336d2a39d891859b4663d0f9996470b16 /device.h
parentbd26fdf362d7daf420090b4f811bdb1fad45ea24 (diff)
downloadvdr-26981fd7b148ee943d8032b46f83a7409e02e3be.tar.gz
vdr-26981fd7b148ee943d8032b46f83a7409e02e3be.tar.bz2
Switched handling 'Transfer Mode' to the new cPlayer/cControl structures
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/device.h b/device.h
index 8c68ee0a..6f2a34fd 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 1.2 2002/06/22 13:34:55 kls Exp $
+ * $Id: device.h 1.3 2002/06/23 11:50:24 kls Exp $
*/
#ifndef __DEVICE_H
@@ -33,7 +33,6 @@ enum eSetChannelResult { scrOk, scrNoTransfer, scrFailed };
class cPlayer;
class cReceiver;
-class cTransfer;
class cDevice : cThread {
friend class cOsd;//XXX
@@ -107,7 +106,6 @@ public:
private:
int currentChannel;
int frequency;
- cTransfer *transfer;
public:
eSetChannelResult SetChannel(int ChannelNumber, int Frequency, char Polarization, int Diseqc, int Srate, int Vpid, int Apid, int Tpid, int Ca, int Pnr);
static int CurrentChannel(void) { return primaryDevice ? primaryDevice->currentChannel : 0; }