diff options
| author | louis <louis.braun@gmx.de> | 2014-11-29 11:23:54 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-11-29 11:23:54 +0100 |
| commit | 76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54 (patch) | |
| tree | 7f13e052745e0fd2ac43e6ecd391247aa9889744 /views/viewhelpers.h | |
| parent | d684cec70e72c4f9cea35fda69c1baa32360b5e3 (diff) | |
| download | vdr-plugin-skindesigner-76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54.tar.gz vdr-plugin-skindesigner-76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54.tar.bz2 | |
added onpause and onpausemodeonly in displayreplay
Diffstat (limited to 'views/viewhelpers.h')
| -rw-r--r-- | views/viewhelpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/viewhelpers.h b/views/viewhelpers.h index 7946b53..8e57bb4 100644 --- a/views/viewhelpers.h +++ b/views/viewhelpers.h @@ -11,6 +11,7 @@ protected: void InitDevices(void); bool SetDevices(bool initial, map<string,int> *intTokens, vector<map<string,string> > *devices); bool CheckNewMails(void); + void SetScraperTokens(const cEvent *event, const cRecording *recording, map < string, string > &stringTokens, map < string, int > &intTokens, map < string, vector< map< string, string > > > &loopTokens); public: cViewHelpers(void); virtual ~cViewHelpers(void); |
