summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-21 16:51:03 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-21 16:51:03 +0000
commit7cbb90a5ab4982cfebd80d7a672078ac96489042 (patch)
treea6d46042b8c99ec0fde089efc4513b091603ebd6 /protocols/Skype/src/skype_subclassing.cpp
parent107bbb3d271e19fe11d9abc89021c691f5d91602 (diff)
- fixed protocol connecting
git-svn-id: http://svn.miranda-ng.org/main/trunk@2028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.cpp')
-rw-r--r--protocols/Skype/src/skype_subclassing.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_subclassing.cpp b/protocols/Skype/src/skype_subclassing.cpp
index c6eaecd4c3..7f1bfc73a0 100644
--- a/protocols/Skype/src/skype_subclassing.cpp
+++ b/protocols/Skype/src/skype_subclassing.cpp
@@ -100,6 +100,12 @@ void CAccount::BlockWhileLoggingOut()
Sleep(1);
}
+bool CAccount::IsOnline()
+{
+ return this->isLoggedIn;
+ //(CAccount::STATUS)this->GetUintProp(CAccount::P_STATUS) == Account::LOGGED_IN;
+}
+
// CContactGroup
CContactGroup::CContactGroup(unsigned int oid, SERootObject* root) : ContactGroup(oid, root)