rename tSlot -> eDVBCISlot

Origin commit data
------------------
Branch: master
Commit: 42811846d7
Author: max_10 <max_10@gmx.de>
Date: 2017-10-23 (Mon, 23 Oct 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2017-10-23 23:14:22 +02:00
parent 300a4c8216
commit 176cffb538
15 changed files with 152 additions and 160 deletions

View File

@@ -11,9 +11,9 @@ class eDVBCIMMISession: public eDVBCISession
int receivedAPDU(const unsigned char *tag, const void *data, int len);
int doAction();
tSlot *slot;
eDVBCISlot *slot;
public:
eDVBCIMMISession(tSlot *tslot);
eDVBCIMMISession(eDVBCISlot *tslot);
~eDVBCIMMISession();
int stopMMI();
int answerText(int answer);