summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-10-24 18:54:18 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-10-24 18:54:18 +0000
commitaa6b2f434c204d6da1906f381c418bd8f0bca163 (patch)
tree4771c946f6db36ddb80842362fb1f7ec37deda27 /protocols/Steam/src/steam_proto.h
parent910486f051234fb8e24426152af98ab90319aa16 (diff)
Steam:
- remove custom db event adding - add charset utf-8 to some of requests git-svn-id: http://svn.miranda-ng.org/main/trunk@15607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r--protocols/Steam/src/steam_proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index 2b9ae01492..5f7f081f92 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -53,8 +53,6 @@ public:
virtual HANDLE __cdecl SearchBasic(const TCHAR *id);
- virtual int __cdecl RecvMsg(MCONTACT hContact, PROTORECVEVENT*);
-
virtual int __cdecl SendMsg(MCONTACT hContact, int flags, const char* msg);
virtual int __cdecl SetStatus(int iNewStatus);
@@ -208,8 +206,6 @@ protected:
static int RsaEncrypt(const char *pszModulus, const char *data, BYTE *encrypted, DWORD &encryptedSize);
- MEVENT AddDBEvent(MCONTACT hContact, WORD type, DWORD timestamp, DWORD flags, DWORD cbBlob, PBYTE pBlob);
-
static void CSteamProto::ShowNotification(const TCHAR *message, int flags = 0, MCONTACT hContact = NULL);
static void CSteamProto::ShowNotification(const TCHAR *caption, const wchar_t *message, int flags = 0, MCONTACT hContact = NULL);