summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skypekit/search.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-15 09:52:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-15 09:52:58 +0000
commit913eb113dd70d059037424bfc6cf231dee896ac3 (patch)
tree077211c9dbf53b821259170cab683b33debd4323 /protocols/Skype/src/skypekit/search.h
parent02fa05ac26b620ebf5a761f8f7b4244e54309607 (diff)
code cleaning & standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@4952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skypekit/search.h')
-rw-r--r--protocols/Skype/src/skypekit/search.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Skype/src/skypekit/search.h b/protocols/Skype/src/skypekit/search.h
index fa5819ccee..dde9a043e3 100644
--- a/protocols/Skype/src/skypekit/search.h
+++ b/protocols/Skype/src/skypekit/search.h
@@ -12,12 +12,14 @@ public:
bool isSeachFinished;
bool isSeachFailed;
- CContactSearch(unsigned int oid, SERootObject* root);
+ CContactSearch(unsigned int oid, CSkypeProto* _ppro);
void OnChange(int prop);
void OnNewResult(const ContactRef &contact, const uint &rankValue);
- void SetProtoInfo(CSkypeProto* proto, HANDLE hSearch);
+ __forceinline void SetProtoInfo(HANDLE _hSearch) {
+ hSearch = _hSearch;
+ }
void BlockWhileSearch();