X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_camgr.h;h=91d3eef6960c14cacc028e453e5f02e02baf19ff;hb=ee75b9b5a61fb4363008bc701e1ba9a42c0b922c;hp=c09997c25e67faf408b4d9601e746cf0a19753c1;hpb=c326dee2e7ce346cffecd196d971dd91ef1454f5;p=vuplus_dvbapp diff --git a/lib/dvb_ci/dvbci_camgr.h b/lib/dvb_ci/dvbci_camgr.h index c09997c..91d3eef 100644 --- a/lib/dvb_ci/dvbci_camgr.h +++ b/lib/dvb_ci/dvbci_camgr.h @@ -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 &getCAIDs() const { return caids; } + int sendCAPMT(unsigned char *pmt, int len); }; #endif