diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-04-21 16:30:28 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-04-21 16:30:28 +0000 |
| commit | 8a7fd294aeb67932e1057bf967958bbe5a959cfb (patch) | |
| tree | 7952e555079d7aaf3fa1ffbcf5f6e9a4a0bba87c /lib/components/scan.h | |
| parent | 094378485e220c9866ec449d4e0e3114a3f1c34d (diff) | |
| download | enigma2-8a7fd294aeb67932e1057bf967958bbe5a959cfb.tar.gz enigma2-8a7fd294aeb67932e1057bf967958bbe5a959cfb.zip | |
- improved scan error handling
Diffstat (limited to 'lib/components/scan.h')
| -rw-r--r-- | lib/components/scan.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/components/scan.h b/lib/components/scan.h index ca64f5e2..62456138 100644 --- a/lib/components/scan.h +++ b/lib/components/scan.h @@ -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(); }; |
