summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/QuotesProviderFinance.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/QuotesProviderFinance.h')
-rw-r--r--plugins/Quotes/src/QuotesProviderFinance.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/Quotes/src/QuotesProviderFinance.h b/plugins/Quotes/src/QuotesProviderFinance.h
deleted file mode 100644
index d50d459640..0000000000
--- a/plugins/Quotes/src/QuotesProviderFinance.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__
-#define __95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__
-
-class CQuotesProviderFinance : public CQuotesProviderBase
-{
-public:
- typedef std::vector<CQuotesProviderBase::CQuote> TQuotes;
-
-public:
- void GetWatchedQuotes(TQuotes& raQuotes)const;
- bool WatchForQuote(const CQuote& rQuote, bool bWatch);
- MCONTACT GetContactByQuoteID(const tstring& rsQuoteID)const;
-
-protected:
- virtual void ShowPropertyPage(WPARAM wp, OPTIONSDIALOGPAGE& odp);
- virtual void Accept(CQuotesProviderVisitor& visitor)const;
-};
-
-#endif //__95A13A68_0DF0_43FA_B6C1_81D83AED59AA_QuotesProviderFinance_h__ \ No newline at end of file