diff options
author | lbsa71 | 2009-02-19 19:32:53 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 19:32:53 +0000 |
commit | b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa (patch) | |
tree | aa38818eb01549179f0f90322b8cd5c0a249c5d1 /OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |
parent | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers (diff) | |
download | opensim-SC-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.zip opensim-SC-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.gz opensim-SC-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.bz2 opensim-SC-b99d9bdeb1d5177a3dfff1d402d374fbd079ebaa.tar.xz |
* Reverted the AssetServer fix, apparently something was dependent on IAssetDataPlugin being in OpenSim.Data
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs index 1306ef4..5274288 100644 --- a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs +++ b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |||
@@ -28,6 +28,7 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Reflection; | 29 | using System.Reflection; |
30 | using log4net; | 30 | using log4net; |
31 | using OpenSim.Data; | ||
31 | 32 | ||
32 | namespace OpenSim.Framework.Communications.Cache | 33 | namespace OpenSim.Framework.Communications.Cache |
33 | { | 34 | { |