summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-09 15:03:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-09 15:03:29 +0300
commitb5fdc3576be1c5fa17db089eac33f57912817fcf (patch)
tree749b42e14aa5c877fdc6075b57a948e5467095ed /protocols/IcqOscarJ/src/icq_proto.h
parent4b99b5b4abad1cf12ac5c7bbb8788899ba6a48ab (diff)
ICQ: code cleaning
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h12
1 files changed, 6 insertions, 6 deletions
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<CIcqProto>
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<CIcqProto>
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);