X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb_ci%2Fdvbci_session.h;h=89a58f3b504351248185b2948d4cddffb2ac8a9e;hp=ae0d340db840412207995b554fd87732137b25db;hb=8aefeab76e692a2a0edf057ec6ad2b743375f4dd;hpb=75db34c299094d2ae87941ed464e8efa79848e16 diff --git a/lib/dvb_ci/dvbci_session.h b/lib/dvb_ci/dvbci_session.h index ae0d340..89a58f3 100644 --- a/lib/dvb_ci/dvbci_session.h +++ b/lib/dvb_ci/dvbci_session.h @@ -11,7 +11,6 @@ class eDVBCISession { DECLARE_REF(eDVBCISession); static ePtr sessions[SLMS]; - static void deleteSessions(const eDVBCISlot *slot); static void createSession(eDVBCISlot *slot, const unsigned char *resource_identifier, unsigned char &status, ePtr &ptr); static void sendSPDU(eDVBCISlot *slot, unsigned char tag,const void *data, int len, unsigned short session_nb, const void *apdu=0,int alen=0); static void sendOpenSessionResponse(eDVBCISlot *slot,unsigned char session_status, const unsigned char *resource_identifier,unsigned short session_nb); @@ -31,6 +30,7 @@ protected: public: virtual ~eDVBCISession(); + static void deleteSessions(const eDVBCISlot *slot); int poll() { if (action) { action=doAction(); return 1; } return 0; } enum { stateInCreation, stateBusy, stateInDeletion, stateStarted, statePrivate};