From 8f57f4e8597c8eae88c1e869aa51188e67788142 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 12 Jul 2014 16:22:27 +0000 Subject: - keep-alive thread removed; - boolean variables obtained type bool git-svn-id: http://svn.miranda-ng.org/main/trunk@9775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icq_proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 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 a3fb7b44f9..5c8a254f31 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -219,10 +219,9 @@ struct CIcqProto : public PROTO //----| chan_05ping.cpp |------------------------------------------------------------- void handlePingChannel(BYTE *buf, WORD wLen); - void __cdecl KeepAliveThread(void *arg); - void StartKeepAlive(serverthread_info *info); void StopKeepAlive(serverthread_info *info); + void CheckKeepAlive(serverthread_info *info); //----| cookies.cpp |----------------------------------------------------------------- icq_critical_section *cookieMutex; // we want this in avatar thread, used as queue lock -- cgit v1.2.3