aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-29 22:11:03 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-29 22:11:03 +0000
commit0ee9e6abfea296a1edced778f5c3ccd9d3f1e67b (patch)
tree61b2fc829278abb01c59cb3f66d9f9edb993606b /lib/service/servicedvb.h
parentce9a39dcd70a49c1348b0ffaac61e01d4f9555e2 (diff)
downloadenigma2-0ee9e6abfea296a1edced778f5c3ccd9d3f1e67b.tar.gz
enigma2-0ee9e6abfea296a1edced778f5c3ccd9d3f1e67b.zip
some changes for new service groups
Diffstat (limited to 'lib/service/servicedvb.h')
-rw-r--r--lib/service/servicedvb.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/service/servicedvb.h b/lib/service/servicedvb.h
index 979a9cab..e12e3e19 100644
--- a/lib/service/servicedvb.h
+++ b/lib/service/servicedvb.h
@@ -268,4 +268,15 @@ private:
void radioTextUpdated();
};
+class eStaticServiceDVBBouquetInformation: public iStaticServiceInformation
+{
+ DECLARE_REF(eStaticServiceDVBBouquetInformation);
+ eServiceReference m_playable_service;
+public:
+ eServiceReference &getPlayableService() { return m_playable_service; }
+ RESULT getName(const eServiceReference &ref, std::string &name);
+ int getLength(const eServiceReference &ref);
+ int isPlayable(const eServiceReference &ref, const eServiceReference &ignore);
+};
+
#endif