add support for listing satellites and providers
[enigma2.git] / lib / service / iservice.h
index cbfd24a9618d809a62966de7420186a05586a0c6..e4127fb9443cf20d795a1d50ddb7a89c345a0e74 100644 (file)
@@ -43,10 +43,12 @@ public:
 
        int data[8];
        std::string path;
+       std::string getPath() { return path; }
 
 // only for override service names in bouquets or to give servicerefs a name which not have a
 // real existing service ( for dvb eServiceDVB )
        std::string name;
+       std::string getName() { return name; }
 
        eServiceReference()
                : type(idInvalid), flags(0)