diff options
author | lbsa71 | 2009-02-19 18:40:32 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 18:40:32 +0000 |
commit | b5502ef3c322e787640a8a9b3cb474b2f8abaaaa (patch) | |
tree | 89e4aa04da533f3db8619801bcde24e7627e3323 /OpenSim/Framework/Communications/Cache | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3151 (diff) | |
download | opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.zip opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.gz opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.bz2 opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.xz |
* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get rid of ugly CoreModules dependency on AssetServer.exe
* And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetServerBase.cs | 1 | ||||
-rw-r--r-- | OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs index 7bb2ab9..91e8720 100644 --- a/OpenSim/Framework/Communications/Cache/AssetServerBase.cs +++ b/OpenSim/Framework/Communications/Cache/AssetServerBase.cs | |||
@@ -30,7 +30,6 @@ using System.Reflection; | |||
30 | using System.Threading; | 30 | using System.Threading; |
31 | using log4net; | 31 | using log4net; |
32 | using OpenMetaverse; | 32 | using OpenMetaverse; |
33 | using OpenSim.Data; | ||
34 | using OpenSim.Framework.AssetLoader.Filesystem; | 33 | using OpenSim.Framework.AssetLoader.Filesystem; |
35 | using OpenSim.Framework.Statistics; | 34 | using OpenSim.Framework.Statistics; |
36 | 35 | ||
diff --git a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs index 5274288..1306ef4 100644 --- a/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs +++ b/OpenSim/Framework/Communications/Cache/SQLAssetServer.cs | |||
@@ -28,7 +28,6 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Reflection; | 29 | using System.Reflection; |
30 | using log4net; | 30 | using log4net; |
31 | using OpenSim.Data; | ||
32 | 31 | ||
33 | namespace OpenSim.Framework.Communications.Cache | 32 | namespace OpenSim.Framework.Communications.Cache |
34 | { | 33 | { |