remove __init__.py files and create them on the fly
[enigma2.git] / lib / dvb_ci / dvbci_camgr.h
index c09997c25e67faf408b4d9601e746cf0a19753c1..91d3eef6960c14cacc028e453e5f02e02baf19ff 100644 (file)
@@ -14,7 +14,11 @@ class eDVBCICAManagerSession: public eDVBCISession
        int receivedAPDU(const unsigned char *tag, const void *data, int len);
        int doAction();
 public:
+       eDVBCICAManagerSession(eDVBCISlot *tslot);
+       ~eDVBCICAManagerSession();
+
        const std::vector<uint16_t> &getCAIDs() const { return caids; }
+       int sendCAPMT(unsigned char *pmt, int len);
 };
 
 #endif