diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:55:15 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-20 11:55:15 +0300 |
commit | 14ff64cfe21f6b856e6d34db48e98fccbd1e5d68 (patch) | |
tree | f4d460863f2aac0b3fa4a2a7e4f68efee6181abc /jabber_account.h | |
parent | d385efebe356aebb92376fcd9c796a636df4be9a (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.h | 2 |
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; |