aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/Assets
diff options
context:
space:
mode:
authorMW2007-06-12 15:24:12 +0000
committerMW2007-06-12 15:24:12 +0000
commitfd1a7f28abc734865b3917ff3bcbb4803395dc5a (patch)
tree044bd1f13c82ea5bf508a947d8ccb49909ce2d49 /OpenSim/OpenSim.RegionServer/Assets
parentdid I say I was doing some rearranging? (diff)
downloadopensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.zip
opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.gz
opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.bz2
opensim-SC_OLD-fd1a7f28abc734865b3917ff3bcbb4803395dc5a.tar.xz
Created OpenSim.Caches project and moved the assetcache to that.
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/Assets')
-rw-r--r--OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs b/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs
index 04f411c..3d17346 100644
--- a/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs
+++ b/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs
@@ -39,6 +39,7 @@ using OpenSim.Framework.Utilities;
39 39
40namespace OpenSim.Assets 40namespace OpenSim.Assets
41{ 41{
42 /*
42 /// <summary> 43 /// <summary>
43 /// Manages local cache of assets and their sending to viewers. 44 /// Manages local cache of assets and their sending to viewers.
44 /// </summary> 45 /// </summary>
@@ -614,5 +615,5 @@ namespace OpenSim.Assets
614 Description = aBase.Description; 615 Description = aBase.Description;
615 } 616 }
616 } 617 }
617 618 */
618} 619}