mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fix build for no ci stb
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
|||||||
void MenuAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint32_t choice);
|
void MenuAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint32_t choice);
|
||||||
void InputAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint8_t * Data, int Len);
|
void InputAnswer(enum CA_SLOT_TYPE, uint32_t Slot, uint8_t * Data, int Len);
|
||||||
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
|
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
|
||||||
void SetTSClock(u32 /*Speed*/) { return; };
|
void SetTSClock(u32 /*Speed*/, int /*slot*/) { return; };
|
||||||
bool checkChannelID(u64 /*chanID*/) { return false; };
|
bool checkChannelID(u64 /*chanID*/) { return false; };
|
||||||
void setCheckLiveSlot(int /*check*/) { return; };
|
void setCheckLiveSlot(int /*check*/) { return; };
|
||||||
virtual ~cCA();
|
virtual ~cCA();
|
||||||
|
Reference in New Issue
Block a user