mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
lcd4l: rename new variable wait4lcd => wait4daemon
Origin commit data
------------------
Commit: 2fad3396d1
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Origin message was:
------------------
- lcd4l: rename new variable wait4lcd => wait4daemon
This commit is contained in:
@@ -52,7 +52,7 @@ class CLCD4l
|
||||
void StartLCD4l();
|
||||
void StopLCD4l();
|
||||
void SwitchLCD4l();
|
||||
void ForceRun() { wait4lcd = false; }
|
||||
void ForceRun() { wait4daemon = false; }
|
||||
|
||||
int CreateFile(const char *file, std::string content = "", bool convert = false);
|
||||
int RemoveFile(const char *file);
|
||||
@@ -66,7 +66,7 @@ class CLCD4l
|
||||
static void* LCD4lProc(void *arg);
|
||||
|
||||
struct tm *tm_struct;
|
||||
bool wait4lcd;
|
||||
bool wait4daemon;
|
||||
|
||||
// Functions
|
||||
void Init();
|
||||
@@ -80,8 +80,8 @@ class CLCD4l
|
||||
void strReplace(std::string &orig, const std::string &fstr, const std::string &rstr);
|
||||
bool WriteFile(const char *file, std::string content = "", bool convert = false);
|
||||
|
||||
void SetWaitStatus(bool wait) { wait4lcd = wait; }
|
||||
bool GetWaitStatus() { return wait4lcd; }
|
||||
void SetWaitStatus(bool wait) { wait4daemon = wait; }
|
||||
bool GetWaitStatus() { return wait4daemon; }
|
||||
|
||||
// Variables
|
||||
uint64_t m_ParseID;
|
||||
|
Reference in New Issue
Block a user