Changes in cRecManager::DeleteTimer

This commit is contained in:
kamel5
2018-04-01 15:53:09 +02:00
committed by kamel5
parent 91488f0f60
commit aa26a69ef8
3 changed files with 41 additions and 48 deletions

View File

@@ -37,11 +37,7 @@ public:
cTimer *createLocalTimer(const cEvent *event, std::string path);
cTimer *createRemoteTimer(const cEvent *event, std::string path);
void SetTimerPath(cTimer *timer, const cEvent *event, std::string path);
#if VDRVERSNUM >= 20301
void DeleteTimer(const cTimer *timer);
#else
void DeleteTimer(cTimer *timer);
#endif
void DeleteTimer(int timerID);
void DeleteTimer(const cEvent *event);
void DeleteLocalTimer(const cEvent *event);
@@ -76,4 +72,4 @@ public:
virtual ~cRecManager (void);
};
#endif //__TVGUIDE_RECMMANAGER_H
#endif //__TVGUIDE_RECMMANAGER_H