Set the appid env variables.

This commit is contained in:
Mr_Goldberg 2022-05-29 15:45:39 -04:00
parent d2ef266f81
commit 03426b217d
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 18 additions and 0 deletions

View file

@ -25,6 +25,7 @@
extern std::recursive_mutex global_mutex;
std::string get_env_variable(std::string name);
bool set_env_variable(std::string name, std::string value);
bool check_timedout(std::chrono::high_resolution_clock::time_point old, double timeout);
class CCallbackMgr