Adapt GodsModule to core changes

avinationmerge
Melanie 2011-12-05 21:26:43 +01:00
parent 5b07370ec4
commit 09c043fe52
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Gods
}
private string HandleUntrustedSimulatorMessage(string request,
string path, string param, OSHttpRequest httpRequest,
OSHttpResponse httpResponse)
string path, string param, IOSHttpRequest httpRequest,
IOSHttpResponse httpResponse)
{
OSDMap osd = (OSDMap)OSDParser.DeserializeLLSDXml(request);