X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_appmgr.h;h=7a94bafcb0ddfaa47857ab6249affba94ea48d37;hp=1d6e7b151182575117f67311176f1d16736619ae;hb=d78844c80c0fc546186b6cbc52b3f7cb1ea3a680;hpb=22dd42bd9ac717c439bd339f0c85adbf3defe2b6 diff --git a/lib/dvb_ci/dvbci_appmgr.h b/lib/dvb_ci/dvbci_appmgr.h index 1d6e7b1..7a94baf 100644 --- a/lib/dvb_ci/dvbci_appmgr.h +++ b/lib/dvb_ci/dvbci_appmgr.h @@ -8,10 +8,15 @@ class eDVBCIApplicationManagerSession: public eDVBCISession enum { stateFinal=statePrivate, }; + + eDVBCISlot *slot; + int wantmenu; int receivedAPDU(const unsigned char *tag, const void *data, int len); int doAction(); public: + eDVBCIApplicationManagerSession(eDVBCISlot *tslot); + ~eDVBCIApplicationManagerSession(); int enterMenu(); int startMMI(); };