Close #12 tupo in file

This commit is contained in:
Vladimir N. Korotenko
2025-11-22 13:12:16 +03:00
parent 1f9aa5d6df
commit 72d2f97680

View File

@@ -9,8 +9,8 @@
#define ACCOUNT_STATUS_RU "account_status_ru.txt" #define ACCOUNT_STATUS_RU "account_status_ru.txt"
#define ACCOUNT_STATUS_EN "account_status_en.txt" #define ACCOUNT_STATUS_EN "account_status_en.txt"
#define ACCOUNT_UPDATE_RU "account_update_en.txt" #define ACCOUNT_UPDATE_RU "account_update_ru.txt"
#define ACCOUNT_UPDATE_EN "account_update_ru.txt" #define ACCOUNT_UPDATE_EN "account_update_en.txt"
#define DEALS_EN "deals_en.txt" #define DEALS_EN "deals_en.txt"
#define DEALS_RU "deals_ru.txt" #define DEALS_RU "deals_ru.txt"
@@ -21,17 +21,12 @@
#define DEAL_COMPLETE_RU "deal_complete_ru.txt" #define DEAL_COMPLETE_RU "deal_complete_ru.txt"
#define DEAL_COMPLETE_EN "deal_complete_en.txt" #define DEAL_COMPLETE_EN "deal_complete_en.txt"
#define DEAL_CANCEL_RU "deal_cancel_ru.txt" #define DEAL_CANCEL_RU "deal_cancel_ru.txt"
#define DEAL_CANCEL_EN "deal_cancel_en.txt" #define DEAL_CANCEL_EN "deal_cancel_en.txt"
#define DEAL_NEGATIVE_RU "deal_negative_ru.txt" #define DEAL_NEGATIVE_RU "deal_negative_ru.txt"
#define DEAL_NEGATIVE_EN "deal_negative_en.txt" #define DEAL_NEGATIVE_EN "deal_negative_en.txt"
// LANG=ru_RU.UTF-8 // LANG=ru_RU.UTF-8
#define LANG_RU "ru_RU.UTF-8" #define LANG_RU "ru_RU.UTF-8"
#define DEFAULTADDRESS "http://127.0.0.1:4999" #define DEFAULTADDRESS "http://127.0.0.1:4999"
@@ -42,7 +37,6 @@
#define DEAL_CREATE_TPL "tpl/deal_create.txt" #define DEAL_CREATE_TPL "tpl/deal_create.txt"
/* /*
Show help screen. Show help screen.
*/ */
@@ -56,7 +50,7 @@ std::string ReadFile(const char *filename);
std::string Replace(std::string source, std::string from, std::string out); std::string Replace(std::string source, std::string from, std::string out);
/// @breef Replace all entryes in string /// @breef Replace all entryes in string
std::string ReplaceAll(std::string str, const std::string& from, const std::string& to); std::string ReplaceAll(std::string str, const std::string &from, const std::string &to);
/// @breef Вывод сообщения о таймауте или пустой строке ответа /// @breef Вывод сообщения о таймауте или пустой строке ответа
int NoResponse(std::string mgs); int NoResponse(std::string mgs);