diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-04 11:06:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-01-04 11:06:45 +0100 |
commit | f894ce7e00232d3f1ac76d48a14bdf5a8bc17594 (patch) | |
tree | 96df068005b7de4d6fcd78a2b4415387e7c6ec8d /tools.h | |
parent | ab177a1579371aef6d03c11509717cdf6855b8d7 (diff) | |
download | vdr-f894ce7e00232d3f1ac76d48a14bdf5a8bc17594.tar.gz vdr-f894ce7e00232d3f1ac76d48a14bdf5a8bc17594.tar.bz2 |
Made cTimeMs::Now() static
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); }; |