mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
driver/scanepg.cpp: change handleMsg() to return event handled/unhandled
Origin commit data
------------------
Commit: 3863008e3a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-14 (Mon, 14 Oct 2013)
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