From 9d989612b0da9c5cc4e33a2f72d13d94116865d1 Mon Sep 17 00:00:00 2001
From: MW
Date: Wed, 11 Jul 2007 14:39:03 +0000
Subject: updated libsecondlife.dll to a 1.18 version (from the libsecondlife
aditi branch, so when they have a trunk version that is 1.18 ready, best to
update again). Started some work on a userProfile/inventory cache.
---
OpenSim/Framework/Data/InventoryData.cs | 12 ++++++++++++
1 file changed, 12 insertions(+)
(limited to 'OpenSim/Framework/Data')
diff --git a/OpenSim/Framework/Data/InventoryData.cs b/OpenSim/Framework/Data/InventoryData.cs
index c2a1d06..fe2e25c 100644
--- a/OpenSim/Framework/Data/InventoryData.cs
+++ b/OpenSim/Framework/Data/InventoryData.cs
@@ -56,6 +56,10 @@ namespace OpenSim.Framework.Data
///
public LLUUID avatarID;
///
+ /// The creator of this folder
+ ///
+ public LLUUID creatorsID;
+ ///
/// The name of the inventory item (must be less than 64 characters)
///
public string inventoryName;
@@ -94,6 +98,14 @@ namespace OpenSim.Framework.Data
/// The UUID for this folder
///
public LLUUID folderID;
+ ///
+ /// Tyep of Items normally stored in this folder
+ ///
+ public ushort type;
+ ///
+ ///
+ ///
+ public ushort version;
}
///
--
cgit v1.1