diff options
Diffstat (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderBase.h')
-rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h index 47227297d4..034efff5d6 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h @@ -109,6 +109,7 @@ protected: static void SetContactStatus(MCONTACT hContact, int nNewStatus); void WriteContactRate(MCONTACT hContact, double dRate, const CMStringW &rsSymbol = L""); + virtual wchar_t* GetXmlFilename() const = 0; virtual void RefreshCurrencyRates(TContacts &anContacts) = 0; protected: |