summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_iq.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_iq.h')
-rw-r--r--protocols/JabberG/src/jabber_iq.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/protocols/JabberG/src/jabber_iq.h b/protocols/JabberG/src/jabber_iq.h
index 57afea900b..349ea65e58 100644
--- a/protocols/JabberG/src/jabber_iq.h
+++ b/protocols/JabberG/src/jabber_iq.h
@@ -55,16 +55,16 @@ protected:
JABBER_IQ_HANDLER m_pHandler;
CJabberIqInfo *m_pNext;
- int m_nIqId;
- DWORD m_dwParamsToParse;
- DWORD m_dwRequestTime;
- DWORD m_dwTimeout;
+ int m_nIqId;
+ DWORD m_dwParamsToParse;
+ DWORD m_dwRequestTime;
+ DWORD m_dwTimeout;
TCHAR *m_szReceiver;
- int m_iPriority;
+ int m_iPriority;
+
public:
- void *m_pUserData;
-public:// parsed data
- int m_nIqType;
+ void *m_pUserData;
+ int m_nIqType;
TCHAR *m_szFrom;
TCHAR *m_szChildTagXmlns;
TCHAR *m_szChildTagName;