From ae93aa98b214f98a0e28df1bdaa8df18b3f6da02 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Mar 2017 14:12:59 +0300 Subject: further SRMM window unification - CSrmmBaseDialog received m_hContact as its common member; - less usage of CTabBaseDlg::m_bType in tabSRMM --- plugins/Scriver/src/msgs.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'plugins/Scriver/src/msgs.h') diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index a2873ce784..3374631830 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -122,21 +122,22 @@ class CSrmmWindow : public CSrmmBaseDialog, public MZeroedObject, public CommonW InfobarWindowData *m_pInfobarData; - HICON GetTabIcon(); - void GetTitlebarIcon(struct TitleBarData *tbd); - void MessageDialogResize(int w, int h); - void ShowAvatar(); - void SetDialogToType(); - void SetStatusIcon(); - void StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend); - void UpdateReadChars(); + void GetContactUniqueId(char *buf, int maxlen); + wchar_t* GetIEViewSelection(); + HICON GetTabIcon(); + void GetTitlebarIcon(struct TitleBarData *tbd); + void MessageDialogResize(int w, int h); + void ShowAvatar(); + void SetDialogToType(); + void SetStatusIcon(); + void StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend); + void UpdateReadChars(); bool IsTypingNotificationEnabled(); bool IsTypingNotificationSupported(); void NotifyTyping(int mode); public: - MCONTACT m_hContact; char *m_szProto; time_t m_startTime, m_lastEventTime; int m_lastEventType; -- cgit v1.2.3