diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-20 15:18:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-20 15:18:17 +0300 |
commit | 5d0121f526c8dde41fb87c15a1e2556c8bcb62ba (patch) | |
tree | 2c80ce06f0600a897ee527fab97590b9c5c1fdac /protocols/CurrencyRates/src/Log.h | |
parent | 0d08ce17f07300d4851e24a7123415015849605c (diff) |
CurrencyRates:
- std::wstring replaced with CMStringW wherever possible;
- std::wostringstream totally removed;
- boost::json replaced with Miranda's own parser;
- %d modifier added to visualize rate delta;
- version bump
Diffstat (limited to 'protocols/CurrencyRates/src/Log.h')
-rw-r--r-- | protocols/CurrencyRates/src/Log.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/protocols/CurrencyRates/src/Log.h b/protocols/CurrencyRates/src/Log.h deleted file mode 100644 index e8eab88533..0000000000 --- a/protocols/CurrencyRates/src/Log.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__ -#define __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__ - -enum ESeverity -{ - Info, - Warning, - Error -}; - -void LogIt(const std::wstring& rsMsg); - -#endif //__653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__ |