Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate #212

Open
marcfedorow opened this issue Jan 25, 2021 · 0 comments
Open

Duplicate #212

marcfedorow opened this issue Jan 25, 2021 · 0 comments

Comments

@marcfedorow
Copy link

string CSQLiteDbWorker::getPumpColor() {
#if USE_CACHE_VARIAVLE
if (pumpColor != "null")
return pumpColor;
#endif // USE_CACHE_VARIAVLE == true
return selectValueFROMfrontData("pumpColor");
}
string CSQLiteDbWorker::getPumpSpeed() {
#if USE_CACHE_VARIAVLE == true
if (pumpSpeed != "null")
return pumpSpeed;
#endif // USE_CACHE_VARIAVLE == true
return selectValueFROMfrontData("pumpSpeed");
}
string CSQLiteDbWorker::getCoolerColor() {
#if USE_CACHE_VARIAVLE == true
if (coolerColor != "null")
return coolerColor;
#endif // USE_CACHE_VARIAVLE == true
return selectValueFROMfrontData("coolerColor");
}
string CSQLiteDbWorker::getCoolerSpeed() {
#if USE_CACHE_VARIAVLE == true
if (coolerSpeed != "null")
return coolerSpeed;
#endif // USE_CACHE_VARIAVLE == true
return selectValueFROMfrontData("coolerSpeed");
}

@marcfedorow marcfedorow mentioned this issue Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant