summaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/timer.h b/timer.h
index af7f1a3..35f28c7 100644
--- a/timer.h
+++ b/timer.h
@@ -1,18 +1,18 @@
-#ifndef __TVGUIDE_TIMER_H
-#define __TVGUIDE_TIMER_H
+#ifndef __TVGUIDE_TIMEMANAGER_H
+#define __TVGUIDE_TIMEMANAGER_H
#include <vdr/tools.h>
-// --- cMyTime -------------------------------------------------------------
+// --- cTimeManager -------------------------------------------------------------
-class cMyTime {
+class cTimeManager {
private:
time_t t;
time_t tStart;
time_t tEnd;
public:
- cMyTime(){};
- virtual ~cMyTime(void);
+ cTimeManager(){};
+ virtual ~cTimeManager(void);
static cString printTime(time_t displayTime);
void Now();
time_t GetNow() { return t; };
@@ -49,4 +49,4 @@ class cTimeInterval {
cTimeInterval *Union(cTimeInterval *interval);
};
-#endif //__TVGUIDE_TIMER_H
+#endif //__TVGUIDE_TIMEMANAGER_H