From bbedbd76e313e3115580d819efc608d3ad9dfc9d Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 17 May 2006 13:14:15 +0000 Subject: rename iFrontendStatusInformation to iFrontendInformation add possibility to query the tuner number for playing and recording services --- lib/service/servicedvb.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index b99357c5..928690d0 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -985,7 +985,7 @@ RESULT eDVBServicePlay::isCurrentlySeekable() return m_is_pvr || m_timeshift_active; } -RESULT eDVBServicePlay::frontendStatusInfo(ePtr &ptr) +RESULT eDVBServicePlay::frontendInfo(ePtr &ptr) { ptr = this; return 0; @@ -1279,10 +1279,8 @@ RESULT eDVBServicePlay::selectChannel(int i) } } -int eDVBServicePlay::getFrontendInfo(int w) +int eDVBServiceBase::getFrontendInfo(int w) { - if (m_is_pvr) - return 0; eUsePtr channel; if(m_service_handler.getChannel(channel)) return 0; @@ -1292,7 +1290,7 @@ int eDVBServicePlay::getFrontendInfo(int w) return fe->readFrontendData(w); } -PyObject *eDVBServicePlay::getFrontendData(bool original) +PyObject *eDVBServiceBase::getFrontendData(bool original) { PyObject *ret=0; -- cgit v1.2.3