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:
@@ -9,7 +9,7 @@ class eDVBCIApplicationManagerSession: public eDVBCISession
|
||||
stateFinal=statePrivate
|
||||
};
|
||||
|
||||
tSlot *slot;
|
||||
eDVBCISlot *slot;
|
||||
|
||||
int wantmenu;
|
||||
int receivedAPDU(const unsigned char *tag, const void *data, int len);
|
||||
@@ -17,7 +17,7 @@ class eDVBCIApplicationManagerSession: public eDVBCISession
|
||||
bool readBlist();
|
||||
int checkBlist();
|
||||
public:
|
||||
eDVBCIApplicationManagerSession(tSlot *tslot);
|
||||
eDVBCIApplicationManagerSession(eDVBCISlot *tslot);
|
||||
~eDVBCIApplicationManagerSession();
|
||||
int enterMenu();
|
||||
int startMMI();
|
||||
|
Reference in New Issue
Block a user