mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
From Alan Webb <awebb@linux.vnet.ibm.com>
These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
|
||||
internal static IInventoryServices InventoryServices = null;
|
||||
internal static IUserService UserServices = null;
|
||||
internal static IAvatarService AvatarServices = null;
|
||||
internal static AssetCache AssetServices = null;
|
||||
internal static IAssetCache AssetServices = null;
|
||||
internal static string Prefix = null;
|
||||
internal static IConfig Config = null;
|
||||
internal static string GodKey = null;
|
||||
|
||||
Reference in New Issue
Block a user