aboutsummaryrefslogtreecommitdiff
path: root/lib/components/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/scan.cpp')
-rw-r--r--lib/components/scan.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/components/scan.cpp b/lib/components/scan.cpp
index 2870388a..79fe2ef5 100644
--- a/lib/components/scan.cpp
+++ b/lib/components/scan.cpp
@@ -114,6 +114,14 @@ int eComponentScan::start(int feid, int flags)
return 0;
}
+RESULT eComponentScan::getFrontend(ePtr<iDVBFrontend> &fe)
+{
+ if (m_scan)
+ return m_scan->getFrontend(fe);
+ fe = 0;
+ return -1;
+}
+
int eComponentScan::getProgress()
{
if (!m_scan)