diff options
author | mingchen | 2007-06-27 18:04:07 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 18:04:07 +0000 |
commit | 2261e4ec2a43a56dbb74168a169f39b2c6c1f054 (patch) | |
tree | 41c46ae07beb837ac109228a0a3731a10b422296 /OpenSim/Grid/AssetServer/AssetHttpServer.cs | |
parent | *More compile fixes (should be it on OpenSim.sln) (diff) | |
download | opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.zip opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.gz opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.bz2 opensim-SC_OLD-2261e4ec2a43a56dbb74168a169f39b2c6c1f054.tar.xz |
*Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though
Diffstat (limited to 'OpenSim/Grid/AssetServer/AssetHttpServer.cs')
-rw-r--r-- | OpenSim/Grid/AssetServer/AssetHttpServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetServer/AssetHttpServer.cs b/OpenSim/Grid/AssetServer/AssetHttpServer.cs index 6fc6bf8..ad8733f 100644 --- a/OpenSim/Grid/AssetServer/AssetHttpServer.cs +++ b/OpenSim/Grid/AssetServer/AssetHttpServer.cs | |||
@@ -35,9 +35,9 @@ using System.Threading; | |||
35 | using Nwc.XmlRpc; | 35 | using Nwc.XmlRpc; |
36 | using System.Collections; | 36 | using System.Collections; |
37 | using OpenSim.Framework.Console; | 37 | using OpenSim.Framework.Console; |
38 | using OpenSim.Servers; | 38 | using OpenSim.Framework.Servers; |
39 | 39 | ||
40 | namespace OpenGridServices.AssetServer | 40 | namespace OpenSim.Grid.AssetServer |
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
43 | /// An HTTP server for sending assets | 43 | /// An HTTP server for sending assets |