From cd39a4aceaf6584fbf9cd9b5a2653526d8688cb9 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Tue, 10 Nov 2015 23:21:03 +0100 Subject: [PATCH] fix build neutrino without c** Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/94df5aeb1f6b23266707ac7a367f1f625723d4ea Author: TangoCash Date: 2015-11-10 (Tue, 10 Nov 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/ca.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ca.h b/common/ca.h index bfbfc32..f906c4c 100644 --- a/common/ca.h +++ b/common/ca.h @@ -101,7 +101,7 @@ public: static cCA *GetInstance(void); bool SendPMT(int Unit, unsigned char *Data, int Len, CA_SLOT_TYPE SlotType = CA_SLOT_TYPE_ALL); // bool SendCAPMT(u64 /*Source*/, u8 /*DemuxSource*/, u8 /*DemuxMask*/, const unsigned char * /*CAPMT*/, u32 /*CAPMTLen*/, const unsigned char * /*RawPMT*/, u32 /*RawPMTLen*/) { return true; }; - bool SendCAPMT(u64 /*Source*/, u8 /*DemuxSource*/, u8 /*DemuxMask*/, const unsigned char * /*CAPMT*/, u32 /*CAPMTLen*/, const unsigned char * /*RawPMT*/, u32 /*RawPMTLen*/, unsigned char /*scrambled = 0*/, ca_map_t /*camap = std::set()*/, int /*mode = 0*/, bool /*enabled = false*/) { return true; }; + bool SendCAPMT(u64 /*Source*/, u8 /*DemuxSource*/, u8 /*DemuxMask*/, const unsigned char * /*CAPMT*/, u32 /*CAPMTLen*/, const unsigned char * /*RawPMT*/, u32 /*RawPMTLen*/, enum CA_SLOT_TYPE SlotType, unsigned char /*scrambled = 0*/, ca_map_t /*camap = std::set()*/, int /*mode = 0*/, bool /*enabled = false*/) { return true; }; bool SendMessage(const CA_MESSAGE *Msg); void SetInitMask(enum CA_INIT_MASK InitMask); int GetCAIDS(CaIdVector & /*Caids*/) { return 0; };