add the missing ca-mgr code ;)
[enigma2.git] / lib / service / servicefs.h
index 61fcb4a96de3c5ee05f8f0b2f68d429426b6f6da..e87b53a2b6bfff1f8a415074ae9c695105e7b695 100644 (file)
@@ -27,10 +27,14 @@ private:
        std::string path;
        friend class eServiceFactoryFS;
        eServiceFS(const char *path);
+       
+       int m_list_valid;
+       std::list<eServiceReference> m_list;
 public:
        virtual ~eServiceFS();
        
        RESULT getContent(std::list<eServiceReference> &list);
+       RESULT getNext(eServiceReference &ptr);
 };
 
 #endif