From 2363cd2113261ac456e18f79e9e37622d2c7eca7 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Wed, 20 Aug 2008 15:28:51 +0000 Subject: fixing Rest/Inventory stuff again. changes somehow got lost locally. --- OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs index f67f8b1..69f91e4 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs @@ -40,7 +40,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory /// public delegate void RestMethodHandler(RequestData rdata); - public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response); + public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response, string path); /// /// This interface represents the boundary between the general purpose -- cgit v1.1