X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/66f5402c111a563e2aa1089c86683ea24aea1957..26b93e5ee373462211802fe859bd6a6d9dc083a5:/lib/service/event.h diff --git a/lib/service/event.h b/lib/service/event.h index 99ce5b24..57e5b821 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -12,9 +12,10 @@ DECLARE_REF(eServiceEvent); public: time_t m_begin; int m_duration; - std::string m_event_name, m_description; + std::string m_event_name, m_short_description, m_extended_description; // .. additional info - + + bool language_exists(Event *event, std::string lang); RESULT parseFrom(Event *evt); };