From 51e122dbde30bb6fcf060aa52d8c44089f942995 Mon Sep 17 00:00:00 2001 From: lado Date: Fri, 11 Nov 2011 14:34:20 +0100 Subject: new members --- vdr-vdrmanager/helpers.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index 4650b65..382cf60 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -43,4 +43,7 @@ private: static string GetAudioTracks(const cChannel* channel); static string replaceAll(const string& where, const string& what, const string& replacement); static string UnMapSpecialChars(string text); + static string Error(const string &error); + static string SetTimerIntern(char c, string params); + static int RecordingLengthInSeconds(cRecording* recording); }; -- cgit v1.2.3