X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_camgr.h;h=91d3eef6960c14cacc028e453e5f02e02baf19ff;hp=c09997c25e67faf408b4d9601e746cf0a19753c1;hb=ba5ec76317a3bd96895506159b0d5bc1a1a6eecc;hpb=c326dee2e7ce346cffecd196d971dd91ef1454f5 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