mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- eventlist: signalize remote timers
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -88,7 +88,6 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
||||
int newTimer();
|
||||
/* todo: properly import the enum CVFD::MODES */
|
||||
CVFD::MODES saved_displaymode;
|
||||
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
||||
bool RemoteBoxSetup();
|
||||
void RemoteBoxSelect();
|
||||
std::string RemoteBoxConnectUrl(std::string _rbname);
|
||||
@@ -110,6 +109,7 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
||||
static const char * convertTimerType2String(const CTimerd::CTimerEventTypes type); // UTF-8
|
||||
static std::string convertTimerRepeat2String(const CTimerd::CTimerEventRepeat rep); // UTF-8
|
||||
static std::string convertChannelId2String(const t_channel_id id); // UTF-8
|
||||
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
||||
};
|
||||
|
||||
bool askUserOnTimerConflict(time_t announceTime, time_t stopTime, t_channel_id channel_id = 0);
|
||||
|
Reference in New Issue
Block a user