add iCueSheet interface and null implementation
[enigma2.git] / lib / service / servicemp3.h
index ac174c4121449c5ed90240137308c1761f83c9ef..5ba31215ec843fbe3d1f33c8b2594414331891e2 100644 (file)
@@ -64,7 +64,9 @@ public:
        RESULT audioTracks(ePtr<iAudioTrackSelection> &ptr) { ptr = 0; return -1; }
        RESULT frontendStatusInfo(ePtr<iFrontendStatusInformation> &ptr) { ptr = 0; return -1; }
        RESULT subServices(ePtr<iSubserviceList> &ptr) { ptr = 0; return -1; }
-
+       RESULT timeshift(ePtr<iTimeshiftService> &ptr) { ptr = 0; return -1; }
+       RESULT cueSheet(ePtr<iCueSheet>& ptr) { ptr = 0; return -1; }
+       
                // iPausableService
        RESULT pause();
        RESULT unpause();