diff options
author | Dioksin <dioksin@ua.fm> | 2014-05-27 13:39:32 +0000 |
---|---|---|
committer | Dioksin <dioksin@ua.fm> | 2014-05-27 13:39:32 +0000 |
commit | be8c5e916f1719875ebd96580c0f46666b3e2ee5 (patch) | |
tree | b59b047370d0360141d8c7a6b9f290c48fd30234 /plugins/Quotes/src/IQuotesProvider.h | |
parent | 2e13624b7cf4e8ef8a0dfdb49ce5407e59f7df01 (diff) |
Updating of Quotes plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@9322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/IQuotesProvider.h')
-rw-r--r-- | plugins/Quotes/src/IQuotesProvider.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Quotes/src/IQuotesProvider.h b/plugins/Quotes/src/IQuotesProvider.h index f72a68f3a0..5c60536e41 100644 --- a/plugins/Quotes/src/IQuotesProvider.h +++ b/plugins/Quotes/src/IQuotesProvider.h @@ -26,9 +26,10 @@ public: virtual void DeleteContact(MCONTACT hContact) = 0;
virtual void ShowPropertyPage(WPARAM wp,OPTIONSDIALOGPAGE& odp) = 0;
- virtual void RefreshAll() = 0;
+ virtual void RefreshAllContacts() = 0;
+ virtual void RefreshSettings() = 0;
virtual void RefreshContact(MCONTACT hContact) = 0;
- virtual void SetContactExtraIcon(MCONTACT hContact)const = 0;
+// virtual void SetContactExtraIcon(MCONTACT hContact)const = 0;
virtual void Run() = 0;
|