mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and
CEventListHandler::exec()
No binary changes, just code cosmetic.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a4397b3f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Origin message was:
------------------
- epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and
CEventListHandler::exec()
No binary changes, just code cosmetic.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -119,12 +119,10 @@ class CEpgData
|
||||
void ResetModules();
|
||||
};
|
||||
|
||||
|
||||
|
||||
class CEPGDataHandler : public CMenuTarget
|
||||
{
|
||||
public:
|
||||
int exec( CMenuTarget* parent, const std::string &actionkey);
|
||||
int exec(CMenuTarget* parent, const std::string &actionkey);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user