diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 14:04:40 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 14:04:40 +0300 |
commit | b3e7aa3f685ace7e0104fc94cd07c901a129f5b9 (patch) | |
tree | 1f462e43b37843778d5e99902681f57990688f43 /utilities.cpp | |
parent | 34215e3c3e8eaa5e1c4e6107a185a1821b51c0ce (diff) |
modified: main.cpp
modified: options.cpp
modified: utilities.cpp
modified: utilities.h
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(""); |