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

@@ -271,7 +271,7 @@ bool send_start_session_messages(
data["params"] = agents;
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new LLStartConferenceChatResponder(
@@ -715,7 +715,7 @@ void LLVoiceChannelGroup::getChannelInfo()
LLSD data;
data["method"] = "call";
data["session-id"] = mSessionID;
LLHTTPClient::post(url,
LLHTTPClient::post4(url,
data,
new LLVoiceCallCapResponder(mSessionID));
}
@@ -1593,7 +1593,7 @@ BOOL LLFloaterIMPanel::inviteToSession(const LLDynamicArray<LLUUID>& ids)
data["method"] = "invite";
data["session-id"] = mSessionUUID;
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new LLSessionInviteResponder(