From 1196f3eac7d7b72907fa42a6320c5263e3e46abe Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 13 May 2009 04:04:26 +0000 Subject: Add most of the meat to the LSL HTTP server --- OpenSim/Region/Framework/Interfaces/IUrlModule.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/IUrlModule.cs b/OpenSim/Region/Framework/Interfaces/IUrlModule.cs index fcf9228..fd00581 100644 --- a/OpenSim/Region/Framework/Interfaces/IUrlModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IUrlModule.cs @@ -40,5 +40,8 @@ namespace OpenSim.Region.Framework.Interfaces void HttpResponse(UUID request, int status, string body); string GetHttpHeader(UUID request, string header); int GetFreeUrls(); + + void ScriptRemoved(UUID itemID); + void ObjectRemoved(UUID objectID); } } -- cgit v1.1