add the missing ca-mgr code ;)
[enigma2.git] / lib / service / servicemp3.h
index 4bec736578e8a4fd72ea075a672da975baca2cc3..12ad77068957883fd444ed2857dc1ec78c7322a7 100644 (file)
@@ -22,7 +22,7 @@ private:
        ePtr<eStaticServiceMP3Info> m_service_info;
 };
 
-class eStaticServiceMP3Info: public iServiceInformation
+class eStaticServiceMP3Info: public iStaticServiceInformation
 {
        DECLARE_REF(eStaticServiceMP3Info);
        friend class eServiceFactoryMP3;
@@ -62,7 +62,7 @@ public:
        RESULT info(ePtr<iServiceInformation>&);
        
                // iServiceInformation
-       RESULT getName(const eServiceReference &ref, std::string &name);
+       RESULT getName(std::string &name);
 };
 
 #endif