From 14992a803752c35a92e9396838d01fbd38ba2f60 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 22 Sep 2001 13:07:43 +0200 Subject: EPG info is now updated if the contents changes but the ID remains the same --- eit.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'eit.h') diff --git a/eit.h b/eit.h index 8ca5f1e5..91d5b2b3 100644 --- a/eit.h +++ b/eit.h @@ -16,7 +16,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: eit.h 1.10 2001/08/15 15:47:31 kls Exp $ + * $Id: eit.h 1.11 2001/09/22 11:43:21 kls Exp $ ***************************************************************************/ #ifndef __EIT_H @@ -42,13 +42,13 @@ private: protected: void SetFollowing(bool foll); void SetPresent(bool pres); - bool SetTitle(const char *string); + void SetTitle(const char *string); void SetServiceID(unsigned short servid); void SetEventID(unsigned short evid); void SetDuration(long l); void SetTime(time_t t); - bool AddExtendedDescription(const char *string); - bool SetSubtitle(const char *string); + void SetExtendedDescription(const char *string); + void SetSubtitle(const char *string); cEventInfo(unsigned short serviceid, unsigned short eventid); public: ~cEventInfo(); -- cgit v1.2.3