X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fnav%2Fpcore.h;h=c157e0dcc43f449902be4564b5ebe07fc9e1bbe2;hb=fd0ee85977125975fa45da6fce3f841844d2b9c3;hp=c485f7d01460d7eacf1fad26f914a32f789e49c4;hpb=06f7820d3c5fff95b0609c1e5830cc234a0b2741;p=vuplus_dvbapp diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index c485f7d..c157e0d 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -8,7 +8,7 @@ class pNavigation: public iObject, public Object { -DECLARE_REF(pNavigation); + DECLARE_REF(pNavigation); public: PSignal1 m_event; PSignal2&, int> m_record_event; @@ -20,9 +20,9 @@ public: RESULT pause(int p); SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); - SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT, bool simulate); RESULT stopRecordService(ePtr &service); - PyObject *getRecordings(void); + PyObject *getRecordings(bool simulate=false); private: ePtr m_core;