summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-07-30 09:32:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-07-30 09:32:51 +0200
commitb36592dfa9353f668ccc280b6793b9bcba39c0e0 (patch)
treefc2a39e57a0cc89e9b5aef7ff4c462f4b8e6954c /device.h
parentaf78bac2bb999f2b835048e202d2839102e175ff (diff)
downloadvdr-b36592dfa9353f668ccc280b6793b9bcba39c0e0.tar.gz
vdr-b36592dfa9353f668ccc280b6793b9bcba39c0e0.tar.bz2
Modified the description of cDevice::Poll() to avoid misunderstandings
Diffstat (limited to 'device.h')
-rw-r--r--device.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/device.h b/device.h
index 06380fe9..70092a9a 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.59 2005/06/12 13:35:47 kls Exp $
+ * $Id: device.h 1.60 2005/07/30 09:31:53 kls Exp $
*/
#ifndef __DEVICE_H
@@ -444,8 +444,7 @@ public:
///< Returns true if the device itself or any of the file handles in
///< Poller is ready for further action.
///< If TimeoutMs is not zero, the device will wait up to the given number
- ///< of milleseconds before returning in case there is no immediate
- ///< need for data.
+ ///< of milleseconds before returning in case it can't accept any data.
virtual bool Flush(int TimeoutMs = 0);
///< Returns true if the device's output buffers are empty, i. e. any
///< data which was bufferd so far has been processed.