X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6077e08da9e6c94c708b30bcc088dc468f219627..55d011a98b9217c3b2eeba0ee18790b1989e6661:/lib/base/filepush.h?ds=sidebyside diff --git a/lib/base/filepush.h b/lib/base/filepush.h index f47d8e99..75037f66 100644 --- a/lib/base/filepush.h +++ b/lib/base/filepush.h @@ -33,9 +33,11 @@ public: enum { evtEOF, evtReadError, evtWriteError, evtUser }; Signal1 m_event; - + /* you can send private events if you want */ void sendEvent(int evt); +protected: + virtual void filterRecordData(const unsigned char *data, int len); private: iFilePushScatterGather *m_sg; int m_stop;