From b5fdc3576be1c5fa17db089eac33f57912817fcf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Jul 2018 15:03:29 +0300 Subject: ICQ: code cleaning --- protocols/IcqOscarJ/src/icq_proto.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'protocols/IcqOscarJ/src/icq_proto.h') diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index b3d7939aab..03606edf51 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -151,14 +151,14 @@ struct CIcqProto : public PROTO mir_cs localSeqMutex; mir_cs connectionHandleMutex; - int m_bIdleAllow; + bool m_bIdleMode; DWORD m_dwLocalUIN; - BYTE m_bConnectionLost; + BYTE m_bConnectionLost; - char m_szPassword[PASSWORDMAXLEN+1]; - BYTE m_bRememberPwd; + char m_szPassword[PASSWORDMAXLEN+1]; + BYTE m_bRememberPwd; - int cheekySearchId; + int cheekySearchId; DWORD cheekySearchUin; char* cheekySearchUid; @@ -672,7 +672,7 @@ struct CIcqProto : public PROTO void icq_requestnewfamily(WORD wFamily, void (CIcqProto::*familyhandler)(HNETLIBCONN hConn, char* cookie, size_t cookieLen)); - void icq_setidle(int bAllow); + void icq_setidle(bool bIsIdle); void icq_setstatus(WORD wStatus, const char *szStatusNote = nullptr); DWORD icq_sendGetInfoServ(MCONTACT hContact, DWORD, int); DWORD icq_sendGetAimProfileServ(MCONTACT hContact, char *szUid); -- cgit v1.2.3