WIP: make everything use AICurlEasyRequestStateMachine

This commit is contained in:
Aleric Inglewood
2012-08-20 17:29:15 +02:00
parent 05c32c7a62
commit 83b13f6a3f
83 changed files with 766 additions and 752 deletions

View File

@@ -400,7 +400,7 @@ bool inviteUserResponse(const LLSD& notification, const LLSD& response)
LLSD data;
data["method"] = "accept invitation";
data["session-id"] = session_id;
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new LLViewerChatterBoxInvitationAcceptResponder(
@@ -438,7 +438,7 @@ bool inviteUserResponse(const LLSD& notification, const LLSD& response)
LLSD data;
data["method"] = "decline invitation";
data["session-id"] = session_id;
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
NULL);
@@ -1720,7 +1720,7 @@ public:
LLSD data;
data["method"] = "accept invitation";
data["session-id"] = session_id;
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new LLViewerChatterBoxInvitationAcceptResponder(