summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.h
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-03-20 22:29:02 +0100
committerlado <herrlado@gmail.com>2012-03-20 22:29:02 +0100
commit9fff32d1b42abd7e91766daa31b089730f15b291 (patch)
tree468638fe03b9a33a10ab1ebeef4dc84103cc3760 /vdr-vdrmanager/helpers.h
parent56614e3092f2f0d5fa7e3d21627df456c9431573 (diff)
downloadvdr-manager-9fff32d1b42abd7e91766daa31b089730f15b291.tar.gz
vdr-manager-9fff32d1b42abd7e91766daa31b089730f15b291.tar.bz2
weekdays format
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r--vdr-vdrmanager/helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index ad6d17b..d610084 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -11,6 +11,7 @@
#include <iostream>
#include <iomanip>
#include <sstream>
+#include <stack>
using namespace std;
@@ -57,4 +58,8 @@ private:
static string Error(const string &error);
static string SetTimerIntern(char c, string params);
static int RecordingLengthInSeconds(cRecording* recording);
+ static std::string cHelpers::ConvertWeekdays(int v);
+ static int cHelpers::ConvertWeekdays(std::string v);
+ static std::stack<int> cHelpers::ConvertToBinary(int v);
+
};