mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
5705ffbd2b
commit
225c495632
4
device.h
4
device.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: device.h 4.14 2020/05/04 08:50:20 kls Exp $
|
* $Id: device.h 4.15 2020/05/04 11:40:44 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DEVICE_H
|
#ifndef __DEVICE_H
|
||||||
@ -332,7 +332,7 @@ public:
|
|||||||
///< Returns true if it is ok to switch to the Channel's transponder on this
|
///< Returns true if it is ok to switch to the Channel's transponder on this
|
||||||
///< device, without disturbing any other activities. If an occupied timeout
|
///< device, without disturbing any other activities. If an occupied timeout
|
||||||
///< has been set for this device, and that timeout has not yet expired,
|
///< has been set for this device, and that timeout has not yet expired,
|
||||||
///< this function returns false,
|
///< this function returns false.
|
||||||
bool SwitchChannel(const cChannel *Channel, bool LiveView);
|
bool SwitchChannel(const cChannel *Channel, bool LiveView);
|
||||||
///< Switches the device to the given Channel, initiating transfer mode
|
///< Switches the device to the given Channel, initiating transfer mode
|
||||||
///< if necessary.
|
///< if necessary.
|
||||||
|
Loading…
Reference in New Issue
Block a user