From 12042cdc2b53e581ace6a017d9b17bd763a544b2 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Mon, 20 Oct 2008 18:07:06 +0000 Subject: From: Alan Webb cleanups and assorted fixes to REST inventory, asset, and appearance services. --- OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (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 82dc2e4..997c2d3 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs @@ -42,11 +42,8 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response, string path); /// - /// This interface represents the boundary between the general purpose - /// REST plugin handling, and the functionally specific handlers. The - /// handler knows only to initialize and terminate all such handlers - /// that it finds. Implementing this interface identifies the class as - /// a REST handler implementation. + /// This interface exports the generic plugin-handling services + /// available to each loaded REST services module (IRest implementation) /// internal interface IRestHandler -- cgit v1.1