diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 15:14:50 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 15:14:50 +0300 |
commit | f39ee981130774d536255a90e2e7aba71706e213 (patch) | |
tree | 3109c3ea4218e56ff04680fea1ffd763238b06dc /utilities.h | |
parent | 0510e1e7b42979598e9b4c072addbbf0ae517bab (diff) |
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 0325f51..dfddf3d 100644 --- a/utilities.h +++ b/utilities.h @@ -8,6 +8,10 @@ public: TCHAR *AccountName; int AccountNumber; IJabberInterface *JabberInterface; + HJHANDLER hPrescenseHandler, hMessageHandler, hIqHandler; + JABBER_HANDLER_FUNC PrescenseHandler(); + JABBER_HANDLER_FUNC MessageHandler(); + JABBER_HANDLER_FUNC IqHandler(); class JabberAccount *next; BOOL operator !(); }; |