removed thedoc's colors because of broken network setup
[enigma2.git] / lib / dvb_ci / dvbci_session.h
index 187be290464ff1ef866bf3a1264e497ed9db3ff1..65bb283d63d42fa18968d47a74a9750da1993a5c 100644 (file)
@@ -23,7 +23,7 @@ protected:
        virtual int receivedAPDU(const unsigned char *tag, const void *data, int len) = 0;
        void eDVBCISession::sendAPDU(const unsigned char *tag, const void *data=0,int len=0);
        void eDVBCISession::sendSPDU(unsigned char tag, const void *data, int len,const void *apdu=0, int alen=0);
-       virtual doAction()=0;
+       virtual int doAction()=0;
        void handleClose();
 public:
        int poll() { if (action) { action=doAction(); return 1; } return 0; }