mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
driver/scanepg.cpp: change handleMsg() to return event handled/unhandled
This commit is contained in:
@@ -48,7 +48,7 @@ class CEpgScan
|
||||
~CEpgScan();
|
||||
static CEpgScan * getInstance();
|
||||
|
||||
void handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data);
|
||||
int handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data);
|
||||
void Next();
|
||||
void Clear();
|
||||
void StartStandby();
|
||||
|
Reference in New Issue
Block a user