diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-03 10:03:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-03 10:03:03 +0000 |
commit | 292cb6ecd2c5f834c8b535ca8bd6c678e84fab88 (patch) | |
tree | da8a7590001734fc1de68ddebed124827828c6fb /plugins/SmileyAdd/src/smileyroutines.h | |
parent | 5fe02998f36882b52451743f831e811c051b395f (diff) |
- CComPtr rulez;
- obsolete code removed;
git-svn-id: http://svn.miranda-ng.org/main/trunk@16400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/smileyroutines.h')
-rw-r--r-- | plugins/SmileyAdd/src/smileyroutines.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/SmileyAdd/src/smileyroutines.h b/plugins/SmileyAdd/src/smileyroutines.h index f02f7cbd2d..3b0a08d60e 100644 --- a/plugins/SmileyAdd/src/smileyroutines.h +++ b/plugins/SmileyAdd/src/smileyroutines.h @@ -34,13 +34,10 @@ typedef SMOBJLIST<ReplaceSmileyType> SmileysQueueType; -void LookupAllSmileys(SmileyPackType* smileyPack, SmileyPackCType* smileyCPack, const TCHAR* lpstrText,
- SmileysQueueType& smllist, const bool firstOnly);
-void ReplaceSmileys(HWND hwnd, SmileyPackType* smp, SmileyPackCType* smcp, const CHARRANGE& sel,
- bool useHidden, bool ignoreLast, bool unFreeze, bool fireView = 0);
+void LookupAllSmileys(SmileyPackType* smileyPack, SmileyPackCType* smileyCPack, const TCHAR* lpstrText, SmileysQueueType& smllist, const bool firstOnly);
+void ReplaceSmileys(HWND hwnd, SmileyPackType* smp, SmileyPackCType* smcp, const CHARRANGE& sel, bool useHidden, bool ignoreLast, bool unFreeze, bool fireView = 0);
void ReplaceSmileysWithText(HWND hwnd, CHARRANGE& sel, bool keepFrozen);
-void FindSmileyInText(SmileyPackType* smp, const TCHAR* str,
- unsigned& first, unsigned& size, SmileyType** index);
+void FindSmileyInText(SmileyPackType* smp, const TCHAR* str, unsigned& first, unsigned& size, SmileyType** index);
SmileyType* FindButtonSmiley(SmileyPackType* smp);
#endif
|