diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-28 17:10:42 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-28 17:10:42 +0000 |
| commit | 669088fb85f6d0e6c0f7c424df2d1c5dc1141d84 (patch) | |
| tree | 5860ed6be90da39a733d8b45873e0f0e591d1a62 /lib/service/event.h | |
| parent | 4c34a479cc6765bd59c6c589a75c0a161f795f48 (diff) | |
| download | enigma2-669088fb85f6d0e6c0f7c424df2d1c5dc1141d84.tar.gz enigma2-669088fb85f6d0e6c0f7c424df2d1c5dc1141d84.zip | |
work on (premiere) subservice selection
sorry this needs another one libdvbsi++ update
Diffstat (limited to 'lib/service/event.h')
| -rw-r--r-- | lib/service/event.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/service/event.h b/lib/service/event.h index 07106e40..3bbb322e 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -4,6 +4,7 @@ #ifndef SWIG #include <time.h> #include <lib/base/object.h> +#include <list> #include <string> class Event; #endif @@ -16,6 +17,14 @@ DECLARE_REF(eServiceEvent); #endif public: #ifndef SWIG + struct linkage_service + { + uint16_t sid; + uint16_t onid; + uint16_t tsid; + std::string description; + }; + std::list<linkage_service> m_linkage_services; time_t m_begin; int m_duration; std::string m_event_name, m_short_description, m_extended_description; |
