summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-09-29 15:34:03 +0000
committerRobert Pösel <robyer@seznam.cz>2013-09-29 15:34:03 +0000
commite010af0624dd701a4e8c52c1a5bcea92f5482f0f (patch)
treec70029a98b778765bb317b825555ba2ff7690221 /protocols/FacebookRM/src/client.h
parentd09782a435ae4a9229b853e53e603d4c621df3a3 (diff)
Facebook: validate_reseponse now notify all facebook errors
git-svn-id: http://svn.miranda-ng.org/main/trunk@6271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index 5009389098..a14a29b483 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -110,7 +110,7 @@ public:
unsigned int error_count_;
- bool validate_response(http::response*);
+ bool validate_response(http::response *resp, bool notify = true);
bool handle_entry(std::string method);
bool handle_success(std::string method);