Created OpenSim.Caches project and moved the assetcache to that.

This commit is contained in:
MW
2007-06-12 15:24:12 +00:00
parent d02d925c86
commit fd1a7f28ab
11 changed files with 889 additions and 143 deletions

View File

@@ -39,6 +39,7 @@ using OpenSim.Framework.Utilities;
namespace OpenSim.Assets
{
/*
/// <summary>
/// Manages local cache of assets and their sending to viewers.
/// </summary>
@@ -614,5 +615,5 @@ namespace OpenSim.Assets
Description = aBase.Description;
}
}
*/
}