aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs7
1 files changed, 2 insertions, 5 deletions
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
42 public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response, string path); 42 public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response, string path);
43 43
44 /// <summary> 44 /// <summary>
45 /// This interface represents the boundary between the general purpose 45 /// This interface exports the generic plugin-handling services
46 /// REST plugin handling, and the functionally specific handlers. The 46 /// available to each loaded REST services module (IRest implementation)
47 /// handler knows only to initialize and terminate all such handlers
48 /// that it finds. Implementing this interface identifies the class as
49 /// a REST handler implementation.
50 /// </summary> 47 /// </summary>
51 48
52 internal interface IRestHandler 49 internal interface IRestHandler