aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Assets/InventoryCache.cs
diff options
context:
space:
mode:
authorMW2007-08-01 18:04:31 +0000
committerMW2007-08-01 18:04:31 +0000
commitcdd1285e9ef2af6196d53941efcad4626624cabc (patch)
treed8b46ddf0ea7401808e642385888ef1cd94432f6 /OpenSim/Region/ClientStack/Assets/InventoryCache.cs
parentSome more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... (diff)
downloadopensim-SC_OLD-cdd1285e9ef2af6196d53941efcad4626624cabc.zip
opensim-SC_OLD-cdd1285e9ef2af6196d53941efcad4626624cabc.tar.gz
opensim-SC_OLD-cdd1285e9ef2af6196d53941efcad4626624cabc.tar.bz2
opensim-SC_OLD-cdd1285e9ef2af6196d53941efcad4626624cabc.tar.xz
few small changes.
Updated libsl to latest version.
Diffstat (limited to 'OpenSim/Region/ClientStack/Assets/InventoryCache.cs')
-rw-r--r--OpenSim/Region/ClientStack/Assets/InventoryCache.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Assets/InventoryCache.cs b/OpenSim/Region/ClientStack/Assets/InventoryCache.cs
index 1bb6c07..c0609b6 100644
--- a/OpenSim/Region/ClientStack/Assets/InventoryCache.cs
+++ b/OpenSim/Region/ClientStack/Assets/InventoryCache.cs
@@ -35,6 +35,8 @@ using OpenSim.Framework.Interfaces;
35using OpenSim.Framework.Inventory; 35using OpenSim.Framework.Inventory;
36using OpenSim.Framework.Types; 36using OpenSim.Framework.Types;
37using OpenSim.Region.ClientStack; 37using OpenSim.Region.ClientStack;
38using InventoryFolder = OpenSim.Framework.Inventory.InventoryFolder;
39using InventoryItem = OpenSim.Framework.Inventory.InventoryItem;
38 40
39namespace OpenSim.Assets 41namespace OpenSim.Assets
40{ 42{