summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-15 10:00:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-15 10:00:40 +0200
commit3644347545b0ff57d1a9f854cb81c8c5f6b77915 (patch)
tree13628cd9d00dfeffd8b0456f5d0da2b1e2263b4b /device.h
parent4a98f3378224a2be1fb87ccb1ec45f503d1decc7 (diff)
downloadvdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.gz
vdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.bz2
Added some comment to cDevice::GetDevice()
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/device.h b/device.h
index ac721f59..dced092e 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.78 2006/05/28 15:04:24 kls Exp $
+ * $Id: device.h 1.79 2006/06/15 09:32:48 kls Exp $
*/
#ifndef __DEVICE_H
@@ -130,7 +130,8 @@ public:
///< \return A pointer to the device, or NULL if the Index was invalid.
static cDevice *GetDevice(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL);
///< Returns a device that is able to receive the given Channel at the
- ///< given Priority.
+ ///< given Priority, with the least impact on active recordings and
+ ///< live viewing.
///< See ProvidesChannel() for more information on how
///< priorities are handled, and the meaning of NeedsDetachReceivers.
static void Shutdown(void);