summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-04 11:06:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-04 11:06:45 +0100
commitf894ce7e00232d3f1ac76d48a14bdf5a8bc17594 (patch)
tree96df068005b7de4d6fcd78a2b4415387e7c6ec8d /tools.h
parentab177a1579371aef6d03c11509717cdf6855b8d7 (diff)
downloadvdr-f894ce7e00232d3f1ac76d48a14bdf5a8bc17594.tar.gz
vdr-f894ce7e00232d3f1ac76d48a14bdf5a8bc17594.tar.bz2
Made cTimeMs::Now() static
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index a89ac1f9..f13ee7a1 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 1.62 2004/12/26 10:26:09 kls Exp $
+ * $Id: tools.h 1.63 2005/01/04 11:06:36 kls Exp $
*/
#ifndef __TOOLS_H
@@ -104,9 +104,9 @@ private:
uint64 begin;
public:
cTimeMs(void);
+ static uint64 Now(void);
void Set(int Ms = 0);
bool TimedOut(void);
- uint64 Now(void);
uint64 Elapsed(void);
};