- skip first field in flexible python listbox to allow having private data.
[enigma2.git] / lib / nav / pcore.h
index 004bab27c89c39717a3d4bbe4ff6bf455f4727cd..5da59d0891b2c90e2c390455342124ad85484892 100644 (file)
@@ -8,7 +8,7 @@
 
 class pNavigation: public iObject, public Object
 {
-DECLARE_REF;
+DECLARE_REF(pNavigation);
 public:
        PSignal1<void, int> m_event;
        
@@ -24,6 +24,8 @@ public:
        pNavigation();
        
        RESULT playService(const eServiceReference &service);
+       RESULT recordService(const eServiceReference &ref, ePtr<iRecordableService> &service);
+       
        RESULT enqueueService(const eServiceReference &service);
        RESULT getCurrentService(ePtr<iPlayableService> &service);
        RESULT getPlaylist(ePtr<ePlaylist> &playlist);