diff options
Diffstat (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h')
-rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h b/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h index 2d87b02256..fdf22be32c 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderCurrencyConverter.h @@ -1,11 +1,5 @@ #pragma once -#define DB_STR_FROM_ID "FromID" -#define DB_STR_TO_ID "ToID" -#define DB_STR_FROM_DESCRIPTION "FromDesc" -#define DB_STR_TO_DESCRIPTION "ToDesc" - - class CCurrencyRatesProviderCurrencyConverter : public CCurrencyRatesProviderBase { public: @@ -23,9 +17,9 @@ public: MCONTACT GetContactByID(const CMStringW &rsFromID, const CMStringW &rsToID) const; private: - void FillFormat(TFormatSpecificators &) const override; void RefreshCurrencyRates(TContacts &anContacts) override; + wchar_t* GetXmlFilename() const override; + MCONTACT ImportContact(const TiXmlNode*) override; - CMStringW FormatSymbol(MCONTACT hContact, wchar_t c, int nWidth) const override; }; |