- neutrino: remove unused write_si from ExitRun() function ...

and rename retcode to can_shutdown for a better readability
This commit is contained in:
svenhoefer
2017-03-19 23:50:52 +01:00
parent de1ee8b73a
commit ec6e863e6f
2 changed files with 14 additions and 13 deletions

View File

@@ -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();