summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_subclassing.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-20 18:58:08 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-20 18:58:08 +0000
commit0414c927e4a23bd6232e0ef64c34dbc3482793b1 (patch)
tree472cadf74a4a6cf48b46fe68a448248f23f8abd6 /protocols/Skype/src/skype_subclassing.h
parent13ff5e8e9ff54af333a2d11d439122515addb0b5 (diff)
- added basic search
git-svn-id: http://svn.miranda-ng.org/main/trunk@2002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_subclassing.h')
-rw-r--r--protocols/Skype/src/skype_subclassing.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_subclassing.h b/protocols/Skype/src/skype_subclassing.h
index 97ff2952eb..a8f87a6e50 100644
--- a/protocols/Skype/src/skype_subclassing.h
+++ b/protocols/Skype/src/skype_subclassing.h
@@ -38,6 +38,27 @@ private:
void OnChange(int prop);
};
+class CContactSearch : public ContactSearch
+{
+public:
+ typedef DRef<CContactSearch, ContactSearch> Ref;
+ typedef DRefs<CContactSearch, ContactSearch> Refs;
+
+ bool isSeachFailed;
+ bool isSeachFinished;
+
+ CContactSearch(unsigned int oid, SERootObject* root);
+
+ //void set_controller(CommandContactSearch* controller) { m_controller = controller; }
+
+ void OnChange(int prop);
+ void OnNewResult(const ContactRef& contact, const uint& rankValue);
+
+ void BlockWhileSearching();
+
+ //CommandContactSearch* m_controller;
+};
+
class CContactGroup : public ContactGroup
{
public: