X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fdvb.h;h=fb90ae5ccf8f7eeefb4173f9151bdd38684b5fb1;hp=92771604f3fcaa1395731f6956c9619fc127a9c8;hb=ba5ec76317a3bd96895506159b0d5bc1a1a6eecc;hpb=2ddea3d034f830c0809687b89cef2489e92a3a3d diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 9277160..fb90ae5 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; @@ -195,7 +195,7 @@ public: /* allocate channel... */ RESULT allocateChannel(const eDVBChannelID &channelid, eUsePtr &channel, bool simulate=false); - RESULT allocatePVRChannel(eUsePtr &channel); + RESULT allocatePVRChannel(const eDVBChannelID &channelid, eUsePtr &channel); static RESULT getInstance(ePtr &); /* allocates a frontend able to tune to frontend paramters 'feperm'. @@ -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);