aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs
index 81801df..f0a5308 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs
@@ -29,6 +29,7 @@ using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.Reflection; 30using System.Reflection;
31using OpenSim.Framework.Servers; 31using OpenSim.Framework.Servers;
32using OpenSim.Framework.Servers.Interfaces;
32 33
33namespace OpenSim.ApplicationPlugins.Rest.Inventory 34namespace OpenSim.ApplicationPlugins.Rest.Inventory
34{ 35{
@@ -51,7 +52,6 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
51 52
52 public class RestHandler : RestPlugin, IRestHandler, IHttpAgentHandler 53 public class RestHandler : RestPlugin, IRestHandler, IHttpAgentHandler
53 { 54 {
54
55 // Handler tables: both stream and REST are supported. The path handlers and their 55 // Handler tables: both stream and REST are supported. The path handlers and their
56 // respective allocators are stored in separate tables. 56 // respective allocators are stored in separate tables.
57 57