X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b..3a3836240d87bc63d4865d56a49fb2113634308b:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 004bab27..5da59d08 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -8,7 +8,7 @@ class pNavigation: public iObject, public Object { -DECLARE_REF; +DECLARE_REF(pNavigation); public: PSignal1 m_event; @@ -24,6 +24,8 @@ public: pNavigation(); RESULT playService(const eServiceReference &service); + RESULT recordService(const eServiceReference &ref, ePtr &service); + RESULT enqueueService(const eServiceReference &service); RESULT getCurrentService(ePtr &service); RESULT getPlaylist(ePtr &playlist);