summaryrefslogtreecommitdiff
path: root/jabber_account.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-20 11:55:15 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-20 11:55:15 +0300
commit14ff64cfe21f6b856e6d34db48e98fccbd1e5d68 (patch)
treef4d460863f2aac0b3fa4a2a7e4f68efee6181abc /jabber_account.h
parentd385efebe356aebb92376fcd9c796a636df4be9a (diff)
modified: init.cpp
modified: jabber_account.cpp modified: jabber_account.h modified: utilities.cpp
Diffstat (limited to 'jabber_account.h')
-rw-r--r--jabber_account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jabber_account.h b/jabber_account.h
index c04d156..9f5f228 100644
--- a/jabber_account.h
+++ b/jabber_account.h
@@ -27,6 +27,8 @@ public:
int getAccountNumber();
IJabberInterface *getJabberInterface();
HANDLE getSendHandler();
+ ~JabberAccount();
+ JabberAccount();
private:
TCHAR *AccountName;
int AccountNumber;