diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-02-06 18:24:25 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-02-06 18:24:25 +0300 |
| commit | a149741d7691a9f698d54e1a08c4e4e47777fe70 (patch) | |
| tree | 88de2351de5dcc3ece63349d0a42f48747258703 /include | |
| parent | 16cc6235dd3861cf9ee59f921d95d14b4592456f (diff) | |
a crutch for PS_GETSTATUS for old protocols
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 4f34c94be8..444b64e64c 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -242,6 +242,7 @@ public: virtual HANDLE SendFile(MCONTACT hContact, const wchar_t *szDescription, wchar_t **ppszFiles);
virtual int SendMsg(MCONTACT hContact, MEVENT hReplyEvent, const char *msg);
+ virtual int GetStatus();
virtual int SetStatus(int iNewStatus);
virtual HANDLE GetAwayMsg(MCONTACT hContact);
|
