another compile fix for bug #411
[enigma2.git] / lib / service / servicedvb.h
index e3c7fd58933fa13e0510f46bbb0129a1ed2333c9..1262836e90d0cdb9db864c919f153749d928bbbf 100644 (file)
@@ -159,7 +159,7 @@ public:
 
                // iTimeshiftService
        RESULT startTimeshift();
-       RESULT stopTimeshift();
+       RESULT stopTimeshift(bool swToLive=true);
        int isTimeshiftActive();
        RESULT activateTimeshift();
 
@@ -230,7 +230,7 @@ private:
        void switchToLive();
        void switchToTimeshift();
        
-       void updateDecoder();
+       void updateDecoder(bool sendSeekableStateChanged=false);
        
        int m_skipmode;
        int m_fastforward;