summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcorehttputil.h
diff options
context:
space:
mode:
authorrider <rider@lindenlab.com>2015-10-08 09:04:31 -0700
committerrider <rider@lindenlab.com>2015-10-08 09:04:31 -0700
commitbbe363c301d6dee2c8e8c756b04851fa94851abc (patch)
treece80b503498e0f11cf8e4b32e9ca10a5bdbfdd88 /indra/llmessage/llcorehttputil.h
parent38d90d2e828011ca86074f468175945c9ccedb92 (diff)
parent1356be0fe9e15c8205e660e491185827d74bcb07 (diff)
Merge
Diffstat (limited to 'indra/llmessage/llcorehttputil.h')
-rw-r--r--indra/llmessage/llcorehttputil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llcorehttputil.h b/indra/llmessage/llcorehttputil.h
index 9328427c34..6460155134 100644
--- a/indra/llmessage/llcorehttputil.h
+++ b/indra/llmessage/llcorehttputil.h
@@ -282,6 +282,7 @@ public:
protected:
/// this method may modify the status value
virtual LLSD handleSuccess(LLCore::HttpResponse * response, LLCore::HttpStatus &status) = 0;
+ virtual LLSD parseBody(LLCore::HttpResponse *response) = 0;
private:
void buildStatusEntry(LLCore::HttpResponse *response, LLCore::HttpStatus status, LLSD &result);