mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
add possibility to add Name,Url,Port, Username and Password if needed.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3776340268
Author: TangoCash <eric@loxat.de>
Date: 2016-10-28 (Fri, 28 Oct 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include <driver/framebuffer.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
class CTimerdClient;
|
||||
@@ -86,11 +87,12 @@ class CTimerList : public CMenuTarget, public CListHelpers
|
||||
int newTimer();
|
||||
/* todo: properly import the enum CVFD::MODES */
|
||||
int saved_dispmode;
|
||||
void remoteTimerList(CTimerd::TimerList &timerlist);
|
||||
bool enterRemoteBox();
|
||||
void select_remotebox_ip();
|
||||
bool remoteChanExists(t_channel_id channel_id);
|
||||
bool localChanExists(t_channel_id channel_id);
|
||||
void RemoteBoxTimerList(CTimerd::TimerList &timerlist);
|
||||
bool RemoteBoxSetup();
|
||||
void RemoteBoxSelect();
|
||||
std::string RemoteBoxConnectUrl(std::string _rbname);
|
||||
bool RemoteBoxChanExists(t_channel_id channel_id);
|
||||
bool LocalBoxChanExists(t_channel_id channel_id);
|
||||
int rem_pre,rem_post;
|
||||
int item_offset;
|
||||
bool changed;
|
||||
|
Reference in New Issue
Block a user