add two-same-cip (thx DboxOldie)

Origin commit data
------------------
Branch: master
Commit: bef98c2e91
Author: max_10 <max_10@gmx.de>
Date: 2016-07-08 (Fri, 08 Jul 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2016-07-08 12:13:23 +02:00
parent 76ade66385
commit db330eb4ee
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();
};