diff options
Diffstat (limited to 'utilities.cpp')
-rw-r--r-- | utilities.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/utilities.cpp b/utilities.cpp index 87f4802..c26ac83 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010 sss, chaos.persei +// Copyright © 2010 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -66,6 +66,7 @@ static JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, voi static JABBER_HANDLER_FUNC MessageHandler(IJabberInterface *ji, HXML node, void *pUserData); static JABBER_HANDLER_FUNC IqHandler(IJabberInterface *ji, HXML node, void *pUserData); + int HandleDbNewContact(WPARAM w, LPARAM l) { list <JabberAccount*>::iterator p = Accounts.begin(); @@ -155,12 +156,7 @@ static JABBER_HANDLER_FUNC IqHandler(IJabberInterface *ji, HXML node, void *pUse return FALSE; } -BOOL JabberAccount::operator!() -{ - if(!this) - return TRUE; - return FALSE; -} + JabberAccount::JabberAccount() { AccountName = _T(""); |