diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-06-18 22:52:36 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-06-18 22:52:36 +0200 |
commit | d8f8154bb9967da609354b27e25ae6f47ba6dd27 (patch) | |
tree | 2d34e0601ca87a024d6e13a295c8883ee73ec9fb /skinconfig.h | |
parent | 4f8e89fbe330a263130ca066a1671297f939e42d (diff) | |
download | vdr-plugin-graphlcd-d8f8154bb9967da609354b27e25ae6f47ba6dd27.tar.gz vdr-plugin-graphlcd-d8f8154bb9967da609354b27e25ae6f47ba6dd27.tar.bz2 |
new class for external services (service informations from other plugins: defined for now: radiotext, lcr, femon); radiotext/lcr-hack no longer necessary because of ext. services; new tokens for ext. services; bug fixes (casting, uint64_t, update detection); patches for femon <= 1.7.7
Diffstat (limited to 'skinconfig.h')
-rw-r--r-- | skinconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skinconfig.h b/skinconfig.h index 26ccb7c..97bde72 100644 --- a/skinconfig.h +++ b/skinconfig.h @@ -37,6 +37,7 @@ public: virtual GLCD::cType GetToken(const GLCD::tSkinToken & Token); virtual int GetTokenId(const std::string & Name); virtual int GetTabPosition(int Index, int MaxWidth, const GLCD::cFont & Font); + virtual uint64_t Now(void); const std::string & SkinName(void) const { return mSkinName; } }; |