mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
rename tSlot -> eDVBCISlot
This commit is contained in:
@@ -14,7 +14,7 @@ class eDVBCICAManagerSession: public eDVBCISession
|
||||
int receivedAPDU(const unsigned char *tag, const void *data, int len);
|
||||
int doAction();
|
||||
public:
|
||||
eDVBCICAManagerSession(tSlot *tslot);
|
||||
eDVBCICAManagerSession(eDVBCISlot *tslot);
|
||||
~eDVBCICAManagerSession();
|
||||
|
||||
const std::vector<uint16_t> &getCAIDs() const { return caids; }
|
||||
|
Reference in New Issue
Block a user