summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 22eccdc0a3..522f3546da 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -170,11 +170,10 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
mir_cs m_csModeMsgMutex;
JABBER_MODEMSGS m_modeMsgs;
- BOOL m_bModeMsgStatusChangePending;
- BOOL m_bChangeStatusMessageOnly;
- BOOL m_bSendKeepAlive;
- BOOL m_bPepSupported;
+ bool m_bShutdown;
+ bool m_bSendKeepAlive;
+ bool m_bPepSupported;
HWND m_hwndAgentRegInput;
HWND m_hwndRegProgress;