diff options
Diffstat (limited to 'plugins/Quotes/src/QuotesProviderGoogle.h')
-rw-r--r-- | plugins/Quotes/src/QuotesProviderGoogle.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Quotes/src/QuotesProviderGoogle.h b/plugins/Quotes/src/QuotesProviderGoogle.h index ec2a6c4d85..083a2945d8 100644 --- a/plugins/Quotes/src/QuotesProviderGoogle.h +++ b/plugins/Quotes/src/QuotesProviderGoogle.h @@ -23,17 +23,17 @@ public: CQuotesProviderGoogle();
~CQuotesProviderGoogle();
- bool WatchForRate(const CRateInfo& ri,bool bWatch);
+ bool WatchForRate(const CRateInfo& ri, bool bWatch);
size_t GetWatchedRateCount()const;
- bool GetWatchedRateInfo(size_t nIndex,CRateInfo& rRateInfo);
+ bool GetWatchedRateInfo(size_t nIndex, CRateInfo& rRateInfo);
- MCONTACT GetContactByID(const tstring& rsFromID,const tstring& rsToID)const;
+ MCONTACT GetContactByID(const tstring& rsFromID, const tstring& rsToID)const;
- double Convert(double dAmount,const CQuote& from,const CQuote& to)const;
+ double Convert(double dAmount, const CQuote& from, const CQuote& to)const;
private:
virtual void RefreshQuotes(TContracts& anContacts);
- virtual void ShowPropertyPage(WPARAM wp,OPTIONSDIALOGPAGE& odp);
+ virtual void ShowPropertyPage(WPARAM wp, OPTIONSDIALOGPAGE& odp);
virtual void Accept(CQuotesProviderVisitor& visitor)const;
};
|