diff options
Diffstat (limited to 'lib/tabledef.h')
-rw-r--r-- | lib/tabledef.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/tabledef.h b/lib/tabledef.h index 614e311..9936f4e 100644 --- a/lib/tabledef.h +++ b/lib/tabledef.h @@ -26,13 +26,16 @@ class cEpgdState esStandby, esStopped, + // handler pause on this states! + esBusy, esBusyEvents = esBusy, esBusyMatch, + esBusyScraping, - esBusyImages, + // handler don't pause on this states! - esBusyScraping, + esBusyImages, esCount }; @@ -78,6 +81,7 @@ class cUpdateState static const char* getDeletable() { return "'A','L','P','R','I'"; } static const char* getNeeded() { return "'A','L','P','C','D','R'"; } + static const char* getVisible() { return "'A','L','P'"; } // checks fpr c++ code |