mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a comment
This commit is contained in:
parent
2bdb599fbc
commit
bf52b1a2e3
4
device.h
4
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 3.2 2013/08/22 11:57:34 kls Exp $
|
||||
* $Id: device.h 3.3 2013/10/10 13:23:30 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DEVICE_H
|
||||
@ -201,7 +201,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 ... numDevices).
|
||||
///< Returns the number of this device (0 ... numDevices - 1).
|
||||
virtual cString DeviceType(void) const;
|
||||
///< Returns a string identifying the type of this device (like "DVB-S").
|
||||
///< If this device can receive different delivery systems, the returned
|
||||
|
Loading…
Reference in New Issue
Block a user