Adapt GodsModule to core changes

This commit is contained in:
Melanie
2011-12-05 21:26:43 +01:00
parent 5b07370ec4
commit 09c043fe52

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);