summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/ModuleInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CurrencyRates/src/ModuleInfo.h')
-rw-r--r--plugins/CurrencyRates/src/ModuleInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CurrencyRates/src/ModuleInfo.h b/plugins/CurrencyRates/src/ModuleInfo.h
index f33a68ff83..b8ee955dfb 100644
--- a/plugins/CurrencyRates/src/ModuleInfo.h
+++ b/plugins/CurrencyRates/src/ModuleInfo.h
@@ -1,7 +1,7 @@
#ifndef __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
#define __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
-class CQuotesProviders;
+class CCurrencyRatesProviders;
class IXMLEngine;
class IHTMLEngine;
// class IHTMLParser;
@@ -9,7 +9,7 @@ class IHTMLEngine;
class CModuleInfo
{
public:
- typedef boost::shared_ptr<CQuotesProviders> TQuotesProvidersPtr;
+ typedef boost::shared_ptr<CCurrencyRatesProviders> TCurrencyRatesProvidersPtr;
typedef boost::shared_ptr<IXMLEngine> TXMLEnginePtr;
typedef boost::shared_ptr<IHTMLEngine> THTMLEnginePtr;
@@ -25,7 +25,7 @@ public:
static bool Verify();
- static TQuotesProvidersPtr GetQuoteProvidersPtr();
+ static TCurrencyRatesProvidersPtr GetCurrencyRateProvidersPtr();
static TXMLEnginePtr GetXMLEnginePtr();
// static void SetXMLEnginePtr(TXMLEnginePtr pEngine);