- eventlist: signalize remote timers

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
TangoCash
2019-04-25 22:40:11 +02:00
committed by Thilo Graf
parent cc33158cd7
commit 198c427f1e
2 changed files with 20 additions and 17 deletions

View File

@@ -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);