fix calculation in calculateDifference for cable and terrestrial which should complet...
[enigma2.git] / lib / service / listboxservice.h
index a742b061ffde88bfb625fca0e158879a913d3686..234cd39014e5e85b01cc0bc6fc4748041029b0ba 100644 (file)
@@ -11,8 +11,11 @@ class eListboxServiceContent: public virtual iListboxContent
 public:
        eListboxServiceContent();
 
+       void addService(const eServiceReference &ref);
+       void FillFinished();
+
        void setIgnoreService( const eServiceReference &service );
-       void setRoot(const eServiceReference &ref);
+       void setRoot(const eServiceReference &ref, bool justSet=false);
        void getCurrent(eServiceReference &ref);
        
        int getNextBeginningWithChar(char c);