timerd: rename TIMER_NEXTPROGRAM

To ensure it is no longer used, rename it to __TIMER_NEXTPROGRAM.
It cannot be removed without breaking compatibility, since it is
part of the API (the integers values of enum CTimerEventTypes are
written to timerd.conf)
This commit is contained in:
Stefan Seyfried
2014-01-12 16:56:41 +01:00
committed by svenhoefer
parent 0d179f3f54
commit 07caa88ad2
2 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ class CTimerd
enum CTimerEventTypes
{
TIMER_SHUTDOWN = 1,
TIMER_NEXTPROGRAM,
__TIMER_NEXTPROGRAM, /* unused, here to keep compatibility with old timerd.conf */
TIMER_ZAPTO,
TIMER_STANDBY,
TIMER_RECORD,