diff options
author | Diva Canto | 2011-04-12 20:24:28 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-12 20:24:28 -0700 |
commit | 7592a033df4f81ba985e1d6f57ad0ef488dc5745 (patch) | |
tree | 14969e6c75d9dc08e517e4a26429b5fd84bdd034 /OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication | |
parent | Implemented terrain save-tile command. Does the opposite of load-tile. For no... (diff) | |
download | opensim-SC-7592a033df4f81ba985e1d6f57ad0ef488dc5745.zip opensim-SC-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.gz opensim-SC-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.bz2 opensim-SC-7592a033df4f81ba985e1d6f57ad0ef488dc5745.tar.xz |
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs index 02acddc..2b5beba 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication/AuthenticationServiceInConnectorModule.cs | |||
@@ -31,7 +31,6 @@ using System.Collections.Generic; | |||
31 | using log4net; | 31 | using log4net; |
32 | using Nini.Config; | 32 | using Nini.Config; |
33 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
34 | using OpenSim.Framework.Servers.HttpServer; | ||
35 | using OpenSim.Region.Framework.Scenes; | 34 | using OpenSim.Region.Framework.Scenes; |
36 | using OpenSim.Region.Framework.Interfaces; | 35 | using OpenSim.Region.Framework.Interfaces; |
37 | using OpenSim.Server.Base; | 36 | using OpenSim.Server.Base; |