diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 15:30:19 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 15:30:19 +0100 |
commit | d43ab41c025b7b3cb8520aac522729500b97c1ac (patch) | |
tree | 26900782f8cd5656f1e10db32c68c8be924dcb29 /HISTORY | |
parent | 2050f7ac7b720727c8f4e5026789e1f007abfa0b (diff) | |
download | vdr-d43ab41c025b7b3cb8520aac522729500b97c1ac.tar.gz vdr-d43ab41c025b7b3cb8520aac522729500b97c1ac.tar.bz2 |
Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (recording.h) and LEGACY_CRECEIVER (receiver.h)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7022,3 +7022,8 @@ Video Disk Recorder Revision History - Removed the obsolete function cPlugin::RegisterI18n(). - Removed the obsolete typedef tI18nPhrase. - Adapted menu column widths of 'skincurses' to the wider HD OSD sizes. +- Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (recording.h) + and LEGACY_CRECEIVER (receiver.h) to trigger an error for any plugin that still + uses the respective code. You can reactivate these to quickly make your plugin + compile again, but beware that these code parts will be removed in one of the next + versions. |