diff options
Created OpenSim.Caches project and moved the assetcache to that.
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs | 3 |
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 | ||
40 | namespace OpenSim.Assets | 40 | namespace 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 | } |