add some comments
[enigma2.git] / lib / service / servicefs.h
index 73bfd985d416991ddc326c547ec39a43ee2feceb..46e8b890df61c1deeb4fac81158cbb3f7c03ccce 100644 (file)
@@ -36,6 +36,8 @@ public:
        
        RESULT getContent(std::list<eServiceReference> &list);
        RESULT getNext(eServiceReference &ptr);
        
        RESULT getContent(std::list<eServiceReference> &list);
        RESULT getNext(eServiceReference &ptr);
+       int compareLessEqual(const eServiceReference &, const eServiceReference &);
+       RESULT startEdit(ePtr<iMutableServiceList> &);
 };
 
 #endif
 };
 
 #endif