diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 17:31:22 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-29 17:31:22 +0000 |
commit | 343e3cb94c2985078f3e2e0510a024ecfa58b87f (patch) | |
tree | eee427a67161795aa60ee9663ccf10e48560f5bb /protocols/SkypeWeb/src/skype_proto.h | |
parent | cdd84a443d08a4f5748b52b102ce17dfd267acc5 (diff) |
SkypeWeb: TRouter support part 2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 14ee01efc8..85c7cfcbd7 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -149,6 +149,7 @@ private: void OnCreateTrouter(const NETLIBHTTPREQUEST *response);
void OnTrouterPoliciesCreated(const NETLIBHTTPREQUEST *response);
void OnGetTrouter(const NETLIBHTTPREQUEST *response);
+ void OnHealth(const NETLIBHTTPREQUEST *response);
void __cdecl CSkypeProto::TRouterThread(void*);
// profile
|