mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-11 23:51:03 +02:00
- neutrino: remove unused write_si from ExitRun() function ...
and rename retcode to can_shutdown for a better readability
This commit is contained in:
@@ -119,7 +119,7 @@ private:
|
||||
void standbyMode( bool bOnOff, bool fromDeepStandby = false );
|
||||
void getAnnounceEpgName(CTimerd::RecordingInfo * eventinfo, std::string &name);
|
||||
|
||||
void ExitRun(const bool write_si = true, int retcode = 0);
|
||||
void ExitRun(int can_shutdown = 0);
|
||||
void RealRun();
|
||||
void InitZapper();
|
||||
void InitTimerdClient();
|
||||
|
Reference in New Issue
Block a user