From 26b93e5ee373462211802fe859bd6a6d9dc083a5 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 9 Nov 2005 16:54:59 +0000 Subject: start_time is now valid in eServiceEvent, rename and add new members ( m_short_description, m_extended_description ) add ability to filter short/extended events (language code) --- lib/service/event.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '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); }; -- cgit v1.2.3