summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-18 15:00:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-18 15:00:44 +0300
commitb38f2534004135415ae8d576c7f3bb41785ca7e7 (patch)
tree895e89ce5da30f91995943686ef558a6ca8cd2ca /plugins/TabSRMM/src/msgs.h
parentcd5679ac850cd43c1b681de6485c8ec30a9e8e1d (diff)
- further group chats unification;
- LOGSTREAMDATA / GCLogStreamDataBase removed from g_chatApi; - CRtfLogWindow now in charge of all RTF processing - Srmm_LogStreamCallback is also removed and hidden inside the core
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r--plugins/TabSRMM/src/msgs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h
index 79032e37b0..439f506308 100644
--- a/plugins/TabSRMM/src/msgs.h
+++ b/plugins/TabSRMM/src/msgs.h
@@ -690,6 +690,9 @@ public:
void CreateRtfHeader(RtfLogStreamData *streamData) override;
bool CreateRtfEvent(RtfLogStreamData *streamData, DB::EventInfo &dbei) override;
+ void CreateChatRtfHeader(RtfChatLogStreamData *dat) override;
+ void CreateChatRtfEvent(RtfChatLogStreamData *dat, const LOGINFO &lin) override;
+
void AppendUnicodeString(CMStringA &str, const wchar_t *pwszBuf) override;
void Attach() override;
void LogEvents(MEVENT hDbEventFirst, int count, bool bAppend) override;