add function to get a comparable service reference string (useable to
[enigma2.git] / lib / service / iservice.h
index eff03436d1a42dd1f4a4e9cbd3e3e7a918a45c10..31c1c99d7d025bfd9ef7f2c20db94f2a219d1785 100644 (file)
@@ -145,6 +145,7 @@ public:
 #endif
        eServiceReference(const std::string &string);
        std::string toString() const;
+       std::string toCompareString() const;
        bool operator==(const eServiceReference &c) const
        {
                if (type != c.type)