diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-26 12:46:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-26 12:46:59 +0200 |
commit | 6b3376f4dea33c7874ec73fea7369a98db407762 (patch) | |
tree | d17273414ac219597d0b82c192ba1b45c80143ef | |
parent | 07093f79de4196fb3fc5b841b31fffb54b62c634 (diff) | |
download | vdr-6b3376f4dea33c7874ec73fea7369a98db407762.tar.gz vdr-6b3376f4dea33c7874ec73fea7369a98db407762.tar.bz2 |
Fixed description of DevceNumber()
-rw-r--r-- | device.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.75 2006/04/14 14:35:13 kls Exp $ + * $Id: device.h 1.76 2006/05/26 12:46:59 kls Exp $ */ #ifndef __DEVICE_H @@ -169,7 +169,7 @@ public: int CardIndex(void) const { return cardIndex; } ///< Returns the card index of this device (0 ... MAXDEVICES - 1). int DeviceNumber(void) const; - ///< Returns the number of this device (0 ... MAXDEVICES - 1). + ///< Returns the number of this device (0 ... numDevices). virtual int ProvidesCa(const cChannel *Channel) const; ///< Checks whether this device provides the conditional access ///< facilities to decrypt the given Channel. |