diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-22 00:05:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-22 00:05:05 +0300 |
commit | afe33ac168746507a1dca08c85b46a8211fa7162 (patch) | |
tree | 2a5314915958bea6c7d4153627ccc0eec26a59c4 /utilities.h | |
parent | f6d98c0326bac0275d5f08243abeef1da3707975 (diff) |
fixed handlers initialization //hint by deathdemon
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utilities.h b/utilities.h index f9d492b..9ddf044 100644 --- a/utilities.h +++ b/utilities.h @@ -24,11 +24,6 @@ public: int AccountNumber; IJabberInterface *JabberInterface; HJHANDLER hPrescenseHandler, hMessageHandler, hIqHandler; - JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData); - JABBER_HANDLER_FUNC MessageHandler(IJabberInterface *ji, HXML node, void *pUserData); - JABBER_HANDLER_FUNC IqHandler(IJabberInterface *ji, HXML node, void *pUserData); - HXML pNODE, mNODE, iNODE; - void *ppUserData, *mpUserData, *ipUserData; class JabberAccount *next; BOOL operator !(); }; |