add two-same-cip (thx DboxOldie)

This commit is contained in:
max10
2016-07-08 12:13:23 +02:00
parent 9173ae1b47
commit bef98c2e91
4 changed files with 116 additions and 59 deletions

View File

@@ -118,6 +118,7 @@ public:
void MenuClose(enum CA_SLOT_TYPE, uint32_t Slot);
void SetTSClock(u32 /*Speed*/) { return; };
bool checkChannelID(u64 /*chanID*/) { return false; };
void setCheckLiveSlot(int /*check*/) { return; };
virtual ~cCA();
};