remove unimplemented method declaration
[enigma2.git] / lib / service / servicefs.h
index 46e8b890df61c1deeb4fac81158cbb3f7c03ccce..390757a2d114a8001dbccac0ccbe3d97e248b503 100644 (file)
@@ -34,7 +34,8 @@ 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> &);