the CI now is useable for tuner A or tuner B (auto switched)
[vuplus_dvbapp] / lib / dvb_ci / dvbci_appmgr.h
index b8ea87f..7a94baf 100644 (file)
@@ -8,11 +8,17 @@ 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();
 };
 
 #endif