The function cEpgHandlers::BeginSegmentTransfer() is now boolean

This commit is contained in:
Klaus Schmidinger
2017-03-31 15:24:35 +02:00
parent 112bfa5897
commit d6f57259fa
5 changed files with 21 additions and 9 deletions

View File

@@ -8925,8 +8925,10 @@ Video Disk Recorder Revision History
- Now stopping any ongoing recordings before stopping the plugins, to avoid
a crash when stopping VDR while recording.
2017-03-30: Version 2.3.4
2017-03-31: Version 2.3.4
- The functionality of HandleRemoteModifications(), which synchronizes changes to
timers between peer VDR machines, has been moved to timers.[ch] and renamed to
HandleRemoteTimerModifications(). It now also handles deleting remote timers.
- The function cEpgHandlers::BeginSegmentTransfer() is now boolean (thanks to
J<>rg Wendel). See the description in epg.h for the meaning of the return value.