From d8f8154bb9967da609354b27e25ae6f47ba6dd27 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Fri, 18 Jun 2010 22:52:36 +0200 Subject: 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 --- skinconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'skinconfig.h') 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; } }; -- cgit v1.2.3