X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b..8f01a41693ff4b01a224e9ea2f9a26538ec20414:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index 073919c7..62456138 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -7,7 +7,7 @@ class eDVBScan; class eComponentScan: public Object, public iObject { -DECLARE_REF; +DECLARE_REF(eComponentScan); private: void scanEvent(int event); ePtr m_scan_event_connection; @@ -26,9 +26,11 @@ public: /* get number of services */ int getNumServices(); - /* true when done. */ + /* true when done or error */ int isDone(); + int getError(); + int start(); };