- add getLength() call to iStaticServiceInformation
[enigma2.git] / lib / service / servicefs.cpp
index b0d5392283fd44e24c6fc309e62c66641cc6ae30..67b99c0865b623a5968f3107861ac10846a6c26f 100644 (file)
@@ -18,6 +18,7 @@ class eStaticServiceFSInformation: public iStaticServiceInformation
        DECLARE_REF(eStaticServiceFSInformation);
 public:
        RESULT getName(const eServiceReference &ref, std::string &name);
+       int getLength(const eServiceReference &ref) { return -1; }
 };
 
 DEFINE_REF(eStaticServiceFSInformation);