zapit/include/zapit/scan.h: add SCAN_LOGICAL_HD flag

This commit is contained in:
[CST] Focus
2012-07-31 18:14:05 +04:00
parent 066cdd0e27
commit 14a920a196

View File

@@ -54,7 +54,8 @@ class CServiceScan : public OpenThreads::Thread
SCAN_RADIO = 0x40,
SCAN_TVRADIO = 0x60,
SCAN_DATA = 0x80,
SCAN_ALL = 0xE0
SCAN_ALL = 0xE0,
SCAN_LOGICAL_HD = 0x100,
} scan_flags_t;
private: