X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Fdvb.h;h=334901485585852efef45866f6e9b21cce70fe76;hb=aec5e445292c99eee68512e83337015fcece434d;hp=92771604f3fcaa1395731f6956c9619fc127a9c8;hpb=2b49c99dcd77e5c65d9563b38ed25e3153144818;p=vuplus_dvbapp diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 9277160..3349014 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -135,7 +135,7 @@ class eDVBResourceManager: public iObject, public Object DECLARE_REF(eDVBResourceManager); int avail, busy; - enum { DM7025, DM800, DM500HD, DM800SE, DM8000 }; + enum { DM7025, DM800, DM500HD, DM800SE, DM8000, DM7020HD }; int m_boxtype; @@ -260,7 +260,7 @@ public: RESULT playFile(const char *file); void stopFile(); - RESULT playSource(ePtr& source, const char *priv=NULL); + RESULT playSource(ePtr& source, const char *priv=NULL); void stopSource(); void setCueSheet(eCueSheet *cuesheet);