summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/ICurrencyRatesProvider.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-17 14:55:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-17 14:55:45 +0300
commit0353de737783a61cc1381d26dcdeda3111b61cb8 (patch)
tree44244b70514e95860c15d5e2642b0c67457925c5 /protocols/CurrencyRates/src/ICurrencyRatesProvider.h
parentf163ebca6e34e418978e30a83989d001186eff53 (diff)
final version of CurrencyRates before adding second provider
Diffstat (limited to 'protocols/CurrencyRates/src/ICurrencyRatesProvider.h')
-rw-r--r--protocols/CurrencyRates/src/ICurrencyRatesProvider.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/CurrencyRates/src/ICurrencyRatesProvider.h b/protocols/CurrencyRates/src/ICurrencyRatesProvider.h
index 3d8d07ca92..7ceec2aa8c 100644
--- a/protocols/CurrencyRates/src/ICurrencyRatesProvider.h
+++ b/protocols/CurrencyRates/src/ICurrencyRatesProvider.h
@@ -30,8 +30,6 @@ public:
virtual bool Init() = 0;
virtual const CProviderInfo& GetInfo() const = 0;
- virtual void AddContact(MCONTACT hContact) = 0;
- virtual void DeleteContact(MCONTACT hContact) = 0;
virtual MCONTACT ImportContact(const TiXmlNode*) = 0;
virtual void RefreshAllContacts() = 0;