Merge commit 'origin/bug_478_Listbox_ScrollbarMode' into experimental
[enigma2.git] / lib / service / iservice.h
index c35313f04b199efd47d5242f6edb335d88278f16..d80733df265be1439ba67ec9bc007eaa2fef7915 100644 (file)
@@ -594,6 +594,7 @@ class iTimeshiftService: public iObject
 public:
        virtual RESULT startTimeshift()=0;
        virtual RESULT stopTimeshift(bool swToLive=true)=0;
+       virtual RESULT setNextPlaybackFile(const char *fn)=0; // not needed by our internal timeshift.. but external plugin...
 
        virtual int isTimeshiftActive()=0;
                        /* this essentially seeks to the relative end of the timeshift buffer */