From 2ceff87a02d9862497d1d8fa965851ae2d9c9b1b Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 11 Jul 2007 17:47:25 +0000 Subject: More work on UserProfile and inventory cache (still currently not enabled). Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims. --- OpenSim/Framework/Data/InventoryData.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/Data/InventoryData.cs') diff --git a/OpenSim/Framework/Data/InventoryData.cs b/OpenSim/Framework/Data/InventoryData.cs index fe2e25c..7253cc7 100644 --- a/OpenSim/Framework/Data/InventoryData.cs +++ b/OpenSim/Framework/Data/InventoryData.cs @@ -48,7 +48,7 @@ namespace OpenSim.Framework.Data /// public int type; /// - /// The folder this item is contained in (NULL_KEY = Inventory Root) + /// The folder this item is contained in /// public LLUUID parentFolderID; /// @@ -56,7 +56,7 @@ namespace OpenSim.Framework.Data /// public LLUUID avatarID; /// - /// The creator of this folder + /// The creator of this item /// public LLUUID creatorsID; /// @@ -91,7 +91,7 @@ namespace OpenSim.Framework.Data /// public LLUUID agentID; /// - /// The folder this folder is contained in (NULL_KEY for root) + /// The folder this folder is contained in /// public LLUUID parentID; /// -- cgit v1.1