diff options
author | rider <rider@lindenlab.com> | 2015-10-08 09:04:31 -0700 |
---|---|---|
committer | rider <rider@lindenlab.com> | 2015-10-08 09:04:31 -0700 |
commit | bbe363c301d6dee2c8e8c756b04851fa94851abc (patch) | |
tree | ce80b503498e0f11cf8e4b32e9ca10a5bdbfdd88 /indra/llmessage/llcorehttputil.h | |
parent | 38d90d2e828011ca86074f468175945c9ccedb92 (diff) | |
parent | 1356be0fe9e15c8205e660e491185827d74bcb07 (diff) |
Merge
Diffstat (limited to 'indra/llmessage/llcorehttputil.h')
-rw-r--r-- | indra/llmessage/llcorehttputil.h | 1 |
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); |