Added HandledExternally() to the EPG handler interface

This commit is contained in:
Klaus Schmidinger
2012-06-04 10:19:23 +02:00
parent 4bce65eb10
commit 8d8dd8ecbd
5 changed files with 28 additions and 5 deletions

View File

@@ -7162,3 +7162,5 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed the call to ChannelString() in cSkinLCARSDisplayChannel::SetChannel() (thanks
to Rolf Ahrenberg).
- Removed DeleteEvent() from the EPG handler interface (turned out not to be useful)
and replaced it with HandledExternally() (thanks to J<>rg Wendel).