summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-05-28 15:10:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-05-28 15:10:08 +0200
commit9847c7571dc8f76301dcff7a6eff8075f2179b09 (patch)
treef4b1284beee812f96e5b11e51c253003877a977a /device.h
parent43551831500e249b2dcb8557910ad234f46564cc (diff)
downloadvdr-9847c7571dc8f76301dcff7a6eff8075f2179b09.tar.gz
vdr-9847c7571dc8f76301dcff7a6eff8075f2179b09.tar.bz2
Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased the API version number
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/device.h b/device.h
index 7ff5d52e..ac721f59 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.77 2006/05/28 09:19:30 kls Exp $
+ * $Id: device.h 1.78 2006/05/28 15:04:24 kls Exp $
*/
#ifndef __DEVICE_H
@@ -239,13 +239,10 @@ protected:
public:
static int CurrentChannel(void) { return primaryDevice ? currentChannel : 0; }
///< Returns the number of the current channel on the primary device.
-#if APIVERSNUM != 10400
-#warning ******* API version changed - activate new code
static void SetCurrentChannel(const cChannel *Channel) { currentChannel = Channel ? Channel->Number() : 0; }
///< Sets the number of the current channel on the primary device, without
///< actually switching to it. This can be used to correct the current
///< channel number while replaying.
-#endif
void ForceTransferMode(void);
///< Forces the device into transfermode for the current channel.
virtual bool HasLock(int TimeoutMs = 0);//XXX PLUGINS.html