Deactivated definition of __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS (recording.h) and LEGACY_CRECEIVER (receiver.h)

This commit is contained in:
Klaus Schmidinger
2012-03-11 15:30:19 +01:00
parent 2050f7ac7b
commit d43ab41c02
3 changed files with 9 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: receiver.h 2.5 2012/03/01 09:50:24 kls Exp $
* $Id: receiver.h 2.6 2012/03/11 15:25:40 kls Exp $
*/
#ifndef __RECEIVER_H
@@ -14,7 +14,7 @@
#define MAXRECEIVEPIDS 64 // the maximum number of PIDs per receiver
#define LEGACY_CRECEIVER // Code enclosed with this macro is deprecated and may be removed in a future version
//#define LEGACY_CRECEIVER // Code enclosed with this macro is deprecated and may be removed in a future version
class cReceiver {
friend class cDevice;