aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-19 19:21:17 +0000
committerJustin Clarke Casey2009-03-19 19:21:17 +0000
commit8f1844665ba9f1fa1ee7e16ed137d112497473b7 (patch)
treefe1dbaaee66ea7620b780de3918fef8fcb26ca72 /OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
parent* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ... (diff)
downloadopensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.zip
opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.gz
opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.bz2
opensim-SC_OLD-8f1844665ba9f1fa1ee7e16ed137d112497473b7.tar.xz
* Group OpenSim.Framework.Servers interfaces together
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/RestPlugin.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/RestPlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
index f3c3016..727ccfe 100644
--- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
+++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
@@ -35,6 +35,7 @@ using Nini.Config;
35using OpenMetaverse; 35using OpenMetaverse;
36using OpenSim.Framework; 36using OpenSim.Framework;
37using OpenSim.Framework.Servers; 37using OpenSim.Framework.Servers;
38using OpenSim.Framework.Servers.Interfaces;
38 39
39namespace OpenSim.ApplicationPlugins.Rest 40namespace OpenSim.ApplicationPlugins.Rest
40{ 41{