summaryrefslogtreecommitdiff
path: root/menu_myedittimer.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-05-12 15:22:37 +0200
committerFrank Neumann <fnu@yavdr.org>2017-05-12 15:22:37 +0200
commit628f5937f411c5ff31a03409d61be1bdf18c3b83 (patch)
tree27722ab5929c117c2b9a19929cc699ff6302e160 /menu_myedittimer.h
parent5bc9ebbb9a64f9c835528b821d040e6a7c067a4b (diff)
downloadvdr-plugin-epgsearch-628f5937f411c5ff31a03409d61be1bdf18c3b83.tar.gz
vdr-plugin-epgsearch-628f5937f411c5ff31a03409d61be1bdf18c3b83.tar.bz2
0004-Remote-timers-in-menu-myedittimer.diff (thx TomJoad@vdr-portal.de)
Diffstat (limited to 'menu_myedittimer.h')
-rw-r--r--menu_myedittimer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/menu_myedittimer.h b/menu_myedittimer.h
index 537dafd..125f39a 100644
--- a/menu_myedittimer.h
+++ b/menu_myedittimer.h
@@ -26,11 +26,13 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include <vdr/menuitems.h>
#include "timer_thread.h"
+#include <vdr/svdrp.h>
// --- cMenuMyEditTimer --------------------------------------------------------
class cMenuMyEditTimer : public cOsdMenu {
private:
cTimer *timer;
+ cTimer oldtimer;
const cEvent* event;
int channel;
bool addIfConfirmed;
@@ -49,6 +51,8 @@ private:
#ifdef USE_PINPLUGIN
int fskProtection;
#endif
+ cStringList svdrpServerNames;
+ char remote[HOST_NAME_MAX];
int checkmode;
public:
cMenuMyEditTimer(cTimer *Timer, bool New, const cEvent* event, const cChannel* forcechannel=NULL);