X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fidvb.h;h=4ef7efaddbebe9b26cc67c5eff0527b879a183df;hp=cff4dbb97e0c6a24eaf3e40c80fe1389878d4ff9;hb=a8d991ca3b2f7cd9b85bd54ea4eaa661c06a3d71;hpb=dafa266c71fd625cd5a9bedbea10a47e27c868ad diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index cff4dbb..4ef7efa 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -522,7 +522,7 @@ public: virtual RESULT getCurrentFrontendParameters(ePtr &)=0; enum { - evtEOF, evtSOF, evtFailed + evtPreStart, evtEOF, evtSOF, evtFailed }; virtual RESULT connectStateChange(const Slot1 &stateChange, ePtr &connection)=0; virtual RESULT connectEvent(const Slot2 &eventChange, ePtr &connection)=0;