diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-10-02 10:38:56 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-10-02 10:38:56 +0000 |
commit | 7f920402def20a9d2a3d95defc53877b2cbe2990 (patch) | |
tree | e31d665868682af42f67d6a9bfba1a3e6ce9e138 /protocols/FacebookRM/src/client.h | |
parent | 19ccfc7c1220fdf728f67e466081960e19b00b06 (diff) |
Facebook: get rid of validate_response forever
git-svn-id: http://svn.miranda-ng.org/main/trunk@6305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 41a8b6a1d0..57a503d748 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -111,8 +111,6 @@ public: unsigned int error_count_;
- bool validate_response(http::response *resp, bool notify = true);
-
bool handle_entry(std::string method);
bool handle_success(std::string method);
bool handle_error(std::string method, int force_disconnect = 0);
@@ -174,6 +172,7 @@ public: DWORD choose_security_level(RequestType);
int choose_method(RequestType);
+ bool notify_errors(RequestType);
std::string choose_proto(RequestType);
std::string choose_server(RequestType, std::string* data = NULL, std::string* get_data = NULL);
std::string choose_action(RequestType, std::string* data = NULL, std::string* get_data = NULL);
|