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

@@ -888,7 +888,7 @@ void LLPanelActiveSpeakers::onModeratorMuteVoice(LLUICtrl* ctrl, void* user_data
LLUUID mSessionID;
};
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new MuteVoiceResponder(self->mSpeakerMgr->getSessionID()));
@@ -953,7 +953,7 @@ void LLPanelActiveSpeakers::onModeratorMuteText(LLUICtrl* ctrl, void* user_data)
LLUUID mSessionID;
};
LLHTTPClient::post(
LLHTTPClient::post4(
url,
data,
new MuteTextResponder(self->mSpeakerMgr->getSessionID()));
@@ -991,7 +991,7 @@ void LLPanelActiveSpeakers::onChangeModerationMode(LLUICtrl* ctrl, void* user_da
}
};
LLHTTPClient::post(url, data, new ModerationModeResponder());
LLHTTPClient::post4(url, data, new ModerationModeResponder());
}
//