aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IAssetData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/IAssetData.cs (renamed from OpenSim/Framework/IAssetProvider.cs)3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/IAssetProvider.cs b/OpenSim/Data/IAssetData.cs
index 77e0d0c..47e25f3 100644
--- a/OpenSim/Framework/IAssetProvider.cs
+++ b/OpenSim/Data/IAssetData.cs
@@ -26,8 +26,9 @@
26 */ 26 */
27 27
28using OpenMetaverse; 28using OpenMetaverse;
29using OpenSim.Framework;
29 30
30namespace OpenSim.Framework 31namespace OpenSim.Data
31{ 32{
32 public interface IAssetDataPlugin : IPlugin 33 public interface IAssetDataPlugin : IPlugin
33 { 34 {