diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 13:07:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 13:07:43 +0200 |
commit | 14992a803752c35a92e9396838d01fbd38ba2f60 (patch) | |
tree | 3abb2e322f8693b90a31036aec1701f4136bb4c9 /eit.h | |
parent | 935cfc26833c1c577423a1de83e0aa0f937bf08e (diff) | |
download | vdr-14992a803752c35a92e9396838d01fbd38ba2f60.tar.gz vdr-14992a803752c35a92e9396838d01fbd38ba2f60.tar.bz2 |
EPG info is now updated if the contents changes but the ID remains the same
Diffstat (limited to 'eit.h')
-rw-r--r-- | eit.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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(); |