remove unimplemented method declaration
[enigma2.git] / lib / service / servicefs.h
index 3400fb853752646f5110ba4e983f435d699f832c..390757a2d114a8001dbccac0ccbe3d97e248b503 100644 (file)
@@ -34,9 +34,11 @@ private:
 public:
        virtual ~eServiceFS();
        
-       RESULT getContent(std::list<eServiceReference> &list);
+       RESULT getContent(std::list<eServiceReference> &list, bool sorted=false);
+       PyObject *getContent(const char *format, bool sorted=false);
        RESULT getNext(eServiceReference &ptr);
        int compareLessEqual(const eServiceReference &, const eServiceReference &);
+       RESULT startEdit(ePtr<iMutableServiceList> &);
 };
 
 #endif