diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/Assets')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs | 4 | ||||
-rw-r--r-- | OpenSim/OpenSim.RegionServer/Assets/InventoryCache.cs | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs b/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs index 2d9a501..466f9f9 100644 --- a/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs +++ b/OpenSim/OpenSim.RegionServer/Assets/AssetCache.cs | |||
@@ -31,13 +31,13 @@ using System.Collections.Generic; | |||
31 | using System.Threading; | 31 | using System.Threading; |
32 | using libsecondlife; | 32 | using libsecondlife; |
33 | using libsecondlife.Packets; | 33 | using libsecondlife.Packets; |
34 | using OpenSim; | ||
35 | using OpenSim.Framework.Interfaces; | 34 | using OpenSim.Framework.Interfaces; |
36 | using OpenSim.Framework.Types; | 35 | using OpenSim.Framework.Types; |
37 | using OpenSim.Framework.Utilities; | 36 | using OpenSim.Framework.Utilities; |
38 | using OpenSim.Framework.Console; | 37 | using OpenSim.Framework.Console; |
38 | using OpenSim.RegionServer.Client; | ||
39 | 39 | ||
40 | namespace OpenSim.Assets | 40 | namespace OpenSim.RegionServer.Assets |
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
43 | /// Manages local cache of assets and their sending to viewers. | 43 | /// Manages local cache of assets and their sending to viewers. |
diff --git a/OpenSim/OpenSim.RegionServer/Assets/InventoryCache.cs b/OpenSim/OpenSim.RegionServer/Assets/InventoryCache.cs index 5d5021c..9ed5dcb 100644 --- a/OpenSim/OpenSim.RegionServer/Assets/InventoryCache.cs +++ b/OpenSim/OpenSim.RegionServer/Assets/InventoryCache.cs | |||
@@ -31,12 +31,13 @@ using System.Collections.Generic; | |||
31 | using libsecondlife; | 31 | using libsecondlife; |
32 | using OpenSim; | 32 | using OpenSim; |
33 | using libsecondlife.Packets; | 33 | using libsecondlife.Packets; |
34 | //using OpenSim.GridServers; | 34 | |
35 | using OpenSim.Framework.Inventory; | 35 | using OpenSim.Framework.Inventory; |
36 | using OpenSim.Framework.Types; | 36 | using OpenSim.Framework.Types; |
37 | using OpenSim.Framework.Interfaces; | 37 | using OpenSim.Framework.Interfaces; |
38 | using OpenSim.RegionServer.Client; | ||
38 | 39 | ||
39 | namespace OpenSim.Assets | 40 | namespace OpenSim.RegionServer.Assets |
40 | { | 41 | { |
41 | /// <summary> | 42 | /// <summary> |
42 | /// Description of InventoryManager. | 43 | /// Description of InventoryManager. |