X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/742956672b795d0ffa44575f9a8e0255b768915c..cc9862b55b147eb78581813ba70d574940ac103d:/lib/components/scan.h diff --git a/lib/components/scan.h b/lib/components/scan.h index eb18f104..9ce6539f 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -23,6 +23,7 @@ public: ~eComponentScan(); PSignal0 statusChanged; + PSignal0 newService; /* progress between 0 and 100 */ int getProgress(); @@ -33,6 +34,9 @@ public: /* true when done or error */ int isDone(); + /* get last added service */ + void getLastServiceName(std::string &SWIG_OUTPUT); + int getError(); void clear();