фикс работы с синхронизацией потоков

This commit is contained in:
2024-11-15 10:55:52 +03:00
parent 55448c2bfe
commit 4a27a46c27
2 changed files with 37 additions and 33 deletions

View File

@@ -72,13 +72,8 @@ namespace api_driver {
~ApiDriver();
private:
TSID sid{0};
unsigned int access{0};
std::string deviceInitState;
std::unique_ptr<TerminalApiDaemon> daemon;
bool getIsCinC() const;
};
}