summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-28 21:31:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-28 21:31:35 +0300
commit24b5718cb9f3e02f262230b1acddabb311437644 (patch)
treebfb01f3df89f1ce378239c568da5b894856e2af9 /protocols/ICQ-WIM/src/proto.h
parentf8d8f76be9ee765dd1c0038825778297b4300fd6 (diff)
fixes #1796 (ICQ10: add message about wrong password)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 522dae7736..77bc9d5268 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -124,7 +124,7 @@ class CIcqProto : public PROTO<CIcqProto>
bool m_bOnline = false, m_bTerminated = false;
MCONTACT CheckOwnMessage(const CMStringA &reqId, const CMStringA &msgId, bool bRemove);
void CheckPassword(void);
- void ConnectionFailed(int iReason);
+ void ConnectionFailed(int iReason, int iErrorCode = 0);
void MoveContactToGroup(MCONTACT hContact, const wchar_t *pwszGroup, const wchar_t *pwszNewGroup);
void RetrieveUserHistory(MCONTACT, __int64 startMsgId, __int64 endMsgId);
void RetrieveUserInfo(MCONTACT);