fix calculation in calculateDifference for cable and terrestrial which should complet...
[enigma2.git] / lib / service / iservice.h
index 785330178e336b872f282a2a1abfc0f40b43cddb..bc0fc974bed0935e77764e57374b49ae750a04a6 100644 (file)
@@ -418,6 +418,9 @@ public:
                
                evEOF,
                evSOF, /* bounced against start of file (when seeking backwards) */
+               
+                       /* only when cueSheet is implemented */
+               evCuesheetChanged,
        };
        virtual RESULT connectEvent(const Slot2<void,iPlayableService*,int> &event, ePtr<eConnection> &connection)=0;
        virtual RESULT start()=0;