diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-21 09:35:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-21 09:35:01 +0000 |
| commit | 43eacf2ca5189458bd43ca947242ec3b3bc5a5f4 (patch) | |
| tree | 565e59d3e398cdc833d169cc411c41b8b80c42ad /lib/service/event.h | |
| parent | 0f281025475d23b6c41b405b94f305b7ead78279 (diff) | |
| download | enigma2-43eacf2ca5189458bd43ca947242ec3b3bc5a5f4.tar.gz enigma2-43eacf2ca5189458bd43ca947242ec3b3bc5a5f4.zip | |
add function to set epg language
Diffstat (limited to 'lib/service/event.h')
| -rw-r--r-- | lib/service/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/event.h b/lib/service/event.h index 9ee6538b..285a4ae3 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -39,11 +39,13 @@ class eServiceEvent: public iObject int m_duration; int m_event_id; std::string m_event_name, m_short_description, m_extended_description; + static std::string m_language; // .. additional info public: #ifndef SWIG RESULT parseFrom(Event *evt, int tsidonid=0); #endif + static void setEPGLanguage( const std::string language ); time_t getBeginTime() const { return m_begin; } int getDuration() const { return m_duration; } int getEventId() const { return m_event_id; } |
