+ void addService(const eServiceReference &ref, bool beforeCurrent=false);
+ void removeCurrent();
+ void FillFinished();
+
+ void setIgnoreService( const eServiceReference &service );
+ void setRoot(const eServiceReference &ref, bool justSet=false);
+ void getCurrent(eServiceReference &ref);
+
+ int getNextBeginningWithChar(char c);
+ int getPrevMarkerPos();
+ int getNextMarkerPos();
+